pydpeet.set_logging_style#
- pydpeet.set_logging_style(level='WARNING', formatting_string='%(levelname)s | %(pathname)s:%(lineno)d | %(message)s')[source]#
Sets up on import the logging configuration to use the specified level and a custom format.
The logging configuration is set to use the specified level. The format of the messages is set to ‘<levelname> | <pathname>:<lineno> | <message>’.