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
A program may use different API functions from various of its own modules plus other library modules which also use loguru for logging.
What is the standard way to have different logging levels or sinks in place depending on which module or library is doing the logging?
For example I might want all modules from package pack1 to use INFO, might want all my own modules use WARNING except module1 which should use DEBUG.
Is there a mechanism or method available to configure this?
The text was updated successfully, but these errors were encountered:
A program may use different API functions from various of its own modules plus other library modules which also use loguru for logging.
What is the standard way to have different logging levels or sinks in place depending on which module or library is doing the logging?
For example I might want all modules from package pack1 to use INFO, might want all my own modules use WARNING except module1 which should use DEBUG.
Is there a mechanism or method available to configure this?
The text was updated successfully, but these errors were encountered: