jorma kala wrote:
Hi,
I'm using the logging module.
At one point in my code I disable logging like this:
logging.disable(logging.INFO)
But how can I enable the logging again further on?
I've tried the following, which doesn't work for re-enabling the logger:
my_logger.setLevel(logging.INF
Hi,
I'm using the logging module.
At one point in my code I disable logging like this:
logging.disable(logging.INFO)
But how can I enable the logging again further on?
I've tried the following, which doesn't work for re-enabling the logger:
my_logger.setLevel(logging.INFO)
I've also tried to d