support for Slf4j v2.0 #1473
mahboobgit
started this conversation in
General
Replies: 2 comments 3 replies
-
Pekko 1.1.0 uses slf4j v2. Note that 1.1.1 is due out soon due to a bug in pekko-cluster-sharding. If you want to stick with Pekko 1.0.2, slf4j can be tricky to get set up at runtime. watch out for warnings in your logs about slf4j implementation issues. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any tentative date, when we can expect v1.1.1? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a question regarding logging
We are using org.apache.pekko:pekko-actor_2.13:1.0.2 (I believe it internally uses slf4j v1.7..2)
and our the java project (POM) has slf4j v2.0.13 and log4j v2.23.1.
application.conf looks like
Expecting the log message to appear in the log file but it does not.
Any suggestion to have the log output in file?
Beta Was this translation helpful? Give feedback.
All reactions