How to use the log console and hide logs from notebook cells

Hello,
Is there some documentation on how to use the log console panel?
I couldn’t find a clear explanation if it was possible to send all the logs generated by the notebook to the console only, not in the notebook at all.
Does it have a specific logger name? a handler? etc…
Is there a way to configure it via the jupyter config file?

I want to manage our logs better overall, but one clear use case is to control all those warning messages from imported packages showing up in red in notebooks even if it’s not very important. My users are either scared of those messages, or become insensitive from seeing them all the time and then ignore actual important errors. :slight_smile:

1 Like