V3.1.2
What's Changed
- added a method to create a config for argparse
- added a new target type allowing to automatically change the logging file when it reach a defined condition based on his size or age. Also support automatic deletion of oldest files.
- it is now possible to set the logging level of a module independently of the rest of the program.
- added a new level
NONE
allowing to disable all levels (nothing will be logged). - fix indentation of text when multiple levels of modules was used.
- changed color of levels :
TRACE
is now cyanDEBUG
is back to blue
Full Changelog: 3.1.1...3.1.2