aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/logger.py
blob: 85a64438d30f70708a72d32ad4e0dd6512ba5c4b (plain)
1
2
3
4
5
6
7
8
# GeneNetwork logger
#
# The standard python logging module is very good. This logger adds a
# few facilities on top of that. Main one being that it picks up
# settings for log levels (global and by module) and (potentially)
# offers some fine grained log levels for the standard levels.
#
# Global settings (defined in default_settings.py).