We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59020a2 commit 839b4abCopy full SHA for 839b4ab
enocean/consolelogger.py
@@ -1,7 +1,7 @@
1
# -*- encoding: utf-8 -*-
2
from __future__ import print_function, unicode_literals, division, absolute_import
3
import logging
4
-
+import logging.handlers
5
6
def init_logging(level=logging.DEBUG, log_to_file=False, logsize=1024, logcount=5):
7
formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
0 commit comments