turb commented on issue #29543: URL: https://github.com/apache/beam/issues/29543#issuecomment-1839479322
We also have the same problem updating from 2.51 to 2.52. It seems the slf4j 1.7 shaded in `beam-sdks-java-transform-service-launcher` jar is suddenly in conflict with the slf4j 2 we have. I could not find why it does work with 0.51, that already had it. Our current solution is to depend on both `logback-classic` 1.4 (what we already had) and `slf4j-simple` 1.7 with a `simplelogger.properties` file, just for Apache Beam logs. -- 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]
