hivemq-community-edition
hivemq-community-edition copied to clipboard
Allow using the embedded mode without logger implementation for better developer experience
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!