Skip to content
Commit fc5685fa authored by Thomas Bouffard's avatar Thomas Bouffard Committed by GitHub
Browse files

feat(logs): simplify bundle logs (#268)

* avoid generating empty log files

'host-manager' and 'manager' webapps are not packaged within the bundle so
remove associated handlers that previously generated empty log files.
In addition, remove the 'localhost' handlers as no logger is associated to it.

* all logs in a single bonita.log file

This ensures that all logs of 3rd party libs are in bonita.log and simplify
logging configuration.

In the past, we have been forced to declare for most of 3rd party lib loggers
the right handler to ensure logs are generated in the bonita.log file. Most of
the time, this was done only after receiving external feedback on bug
investigations (information were lost or hidden in catalina log file).

Part of the work to hide Tomcat internals to the external world.
parent 0213b37e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment