Skip to content
Snippets Groups Projects
Forked from atlas / athena
Source project has a limited visibility.
  • Frank Winklmeier's avatar
    c1d65f5b
    Change default python logging level to INFO · c1d65f5b
    Frank Winklmeier authored
    Change the default log level of the Logging module from WARNING to INFO.
    This has zero impact when used within athena.py as the default log level
    of athena.py is INFO anyway. It will have an impact when used from plain
    python. But since our developers are used to seeing INFO messages by
    default this should be a better default value (although it's no longer
    consistent with the default of the python logging library).
    
    
    Former-commit-id: 0b65559a
    c1d65f5b
    History
    Change default python logging level to INFO
    Frank Winklmeier authored
    Change the default log level of the Logging module from WARNING to INFO.
    This has zero impact when used within athena.py as the default log level
    of athena.py is INFO anyway. It will have an impact when used from plain
    python. But since our developers are used to seeing INFO messages by
    default this should be a better default value (although it's no longer
    consistent with the default of the python logging library).
    
    
    Former-commit-id: 0b65559a
Code owners
Assign users and groups as approvers for specific file changes. Learn more.