Skip to content

Commit

Permalink
Merge 7f681fc into 59020a2
Browse files Browse the repository at this point in the history
  • Loading branch information
argorain committed Mar 8, 2018
2 parents 59020a2 + 7f681fc commit ab70fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enocean/consolelogger.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
from __future__ import print_function, unicode_literals, division, absolute_import
import logging

import logging.handlers

def init_logging(level=logging.DEBUG, log_to_file=False, logsize=1024, logcount=5):
formatter = logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')
Expand Down

0 comments on commit ab70fe6

Please sign in to comment.