Skip to content

V3.1.2

Compare
Choose a tag to compare
@T0ine34 T0ine34 released this 30 Apr 21:07
· 41 commits to main since this release

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 cyan
    • DEBUG is back to blue

Full Changelog: 3.1.1...3.1.2