kratos
kratos copied to clipboard
[Question] scope based logger and level hot reloading
There are many components in our web application and we need to split them into different log component (similar with logback), and for some scenario we need to change the log level for writer in specific component for logging.
Do you have any suggestion or existing plan to support that?
For example, we have two components, one for persisting and one for routing, and sometimes we want to set the level of logger in routing component to print more detailed information.