diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-06-05 15:21:18 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2014-06-05 17:25:40 -0300 |
commit | 2e0062555fd0a092e0f9f25ac46d189b44805108 (patch) | |
tree | 3117a931db65736017238a2a7f505c12151f0855 /src/leap/bitmask/logs/__init__.py | |
parent | 82e1c4b1e3e5dd49b6e868732451a744ba37ba59 (diff) |
Reorder logging helpers and handlers.
Diffstat (limited to 'src/leap/bitmask/logs/__init__.py')
-rw-r--r-- | src/leap/bitmask/logs/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/leap/bitmask/logs/__init__.py b/src/leap/bitmask/logs/__init__.py new file mode 100644 index 00000000..0516b304 --- /dev/null +++ b/src/leap/bitmask/logs/__init__.py @@ -0,0 +1,3 @@ +# levelname length == 8, since 'CRITICAL' is the longest +LOG_FORMAT = ('%(asctime)s - %(levelname)-8s - ' + 'L#%(lineno)-4s : %(name)s:%(funcName)s() - %(message)s') |