You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using logging.info/debug/error to log informations. When setting the debug level it sets it not only for my messages but for the all the libraries.
This is not what I meant to do. Maybe instanciate a logger object and setup the debug level for this object? But then I don't wan't to pass an object around?
I'm using logging.info/debug/error to log informations. When setting the debug level it sets it not only for my messages but for the all the libraries.
This is not what I meant to do. Maybe instanciate a logger object and setup the debug level for this object? But then I don't wan't to pass an object around?
https://github.com/Armandpl/wandb_jetracer/blob/75cefd6e2a8bfe992719d51c3782802e1d299597/utils/utils.py#L4
The text was updated successfully, but these errors were encountered: