We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
randomUUID
log4cats/core/shared/src/main/scala/org/typelevel/log4cats/PagingSelfAwareStructuredLogger.scala
Line 104 in 4f02ef3
See extensive discussion in typelevel/cats-effect#2865 (comment).
The best thing to do here is use cats.effect.std.UUIDGen.
cats.effect.std.UUIDGen
The text was updated successfully, but these errors were encountered:
UUIDGen
randomUUID()
Successfully merging a pull request may close this issue.
log4cats/core/shared/src/main/scala/org/typelevel/log4cats/PagingSelfAwareStructuredLogger.scala
Line 104 in 4f02ef3
See extensive discussion in typelevel/cats-effect#2865 (comment).
The best thing to do here is use
cats.effect.std.UUIDGen
.The text was updated successfully, but these errors were encountered: