This is the scenario I'm trying to reach:
*) Use only one logger, the root logger
*) Print all logs at or above trace/debug on the console, if enabled
*) Write all logs at or above warning in a file
But it seems that it's not currently possible. The only thing I saw is writing to multiple channels, but the level is kept the same for all of them.





