Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 327 Bytes

logging.rst

File metadata and controls

12 lines (8 loc) · 327 Bytes

Logging

Mara uses Python's standard logging framework.

All Mara's loggers are children of mara, and by default the app will filter to show all mara log INFO messages upwards.

The log level can be changed by setting the environment variable LOGLEVEL, eg:

$ LOGLEVEL=DEBUG python echo.py