bdoyle0182 opened a new issue, #490:
URL: https://github.com/apache/incubator-pekko/issues/490

   First, congratulations on the 1.0.0 milestone of the core repo. I'm playing 
around with migrations right now. Only issue I've faced is with my logging 
configuration. When starting my application I get this error.
   
   ```
   [error] SLF4J: No SLF4J providers were found.
   [error] SLF4J: Defaulting to no-operation (NOP) logger implementation
   [error] SLF4J: See https://www.slf4j.org/codes.html#noProviders for further 
details.
   [error] SLF4J: Class path contains SLF4J bindings targeting slf4j-api 
versions 1.7.x or earlier.
   [error] SLF4J: Ignoring binding found at 
[***/ch.qos.logback/logback-classic/jars/logback-classic-1.2.12.jar!/org/slf4j/impl/StaticLoggerBinder.class]
   [error] SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an 
explanation.
   ```
   
   I suspect this is probably from a transitive dependency updated in the 
pekko-slf4j module, maybe?
   
   **But to solve the problem updating `ch.qos.logback` to 1.3.x series worked 
just fine.**
   
   Possibly worth adding a note to migration guide. Maybe it's covered by one 
of the transitive dependencies that's listed as upgraded in 1.0.0, but having 
an explicit note about this might still be helpful.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to