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
In #1516 we migrated from using log4j to using Python's logging library logging.config.fileConfig will allow us to load logging configuration from a file. This will be more convenient and easier to track that configuration via code.
The text was updated successfully, but these errors were encountered:
In #1516 we migrated from using log4j to using Python's
logging
librarylogging.config.fileConfig
will allow us to load logging configuration from a file. This will be more convenient and easier to track that configuration via code.The text was updated successfully, but these errors were encountered: