...
- our implementation is based on the standard python logging framework: https://docs.python.org/23/library/logging.html
- we summerazized loading of config etc. in the
azeti_logging.py
...
other useful handlers:
Rotating by filesize: https://docs.python.org/23/library/logging.handlers.html#logging.handlers.RotatingFileHandler
Info |
---|
Have a look into the official docs to find examples for file size based rotation. |
...