Update of setup_logger
- Checks if handlers already exist before adding them - Add option to turn on/off printing of version information (off by default) - Add call to setup_logger by default (with version information turned on by default) Note - this makes empty calls to setup_logger() obsolete. However, if you want to log to a file, with setup_logger(label='label') is still useful.
Loading
Please register or sign in to comment