Allow to configure logback logger with env variables #8997
Labels
kind/task
Internal things, technical debt, and to-do tasks to be performed.
status/in-progress
This issue has been taken by an engineer and is under active development.
Description
Now in most cases, we have two regimes of logger INFO or DEBUG.
But during development, especially when Che is working inside of containers,
when it's not easy to reconfigure logback with xml configuration or JMX,
it might be useful to be able to configure particular logger. For example like
To be able to configure ws-master - a user will have to add this variable to che.env
In case of ws-agent - a user will have to add this variable to env configuration of the desired machine.
The text was updated successfully, but these errors were encountered: