hivemq-community-edition icon indicating copy to clipboard operation
hivemq-community-edition copied to clipboard

Allow using the embedded mode without logger implementation for better developer experience

Open Cedesc opened this issue 7 months ago • 0 comments
trafficstars

Currently, a logback.xml file is directly included in the JAR. This causes issues for users who want to provide their own logging configuration:

  • Users cannot easily override the logging configuration without additional effort
  • Unexpected logging output may appear in applications using the embedded mode

Or am I missing something and it's actually easy to exclude / configure?

Would it be possible to avoid a default logback file in the dependency? For example by changing the logback file from default to a normal one (changing the name) or by adding a separate dependency that doesn't include the logback file.

Thanks!

Cedesc avatar Apr 01 '25 13:04 Cedesc