Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Commit

Permalink
hide logs
Browse files Browse the repository at this point in the history
  • Loading branch information
qcasey committed Aug 22, 2020
1 parent c507ec3 commit 6ac2c5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyBus.py
Expand Up @@ -34,8 +34,8 @@ def configureLogging(numeric_level):
numeric_level=0
logging.basicConfig(
level=numeric_level,
format='%(asctime)s [%(levelname)s in %(threadName)s] %(message)s',
datefmt='%Y/%m/%dT%I:%M:%S')
format='[%(levelname)s in %(threadName)s] %(message)s',
datefmt='')

def createParser():
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit 6ac2c5d

Please sign in to comment.