Is there a function inverse of `Logging.disable_logging`?

Hi,

I find the following function very useful for switching my computations from a dev mode to a production mode:

Logging.disable_logging(Logging.Info)

Unfortunately, if I want to switch back, I can’t just remove the instruction and I restart julia.

Is there a better way ?