Skip to content

Commit

Permalink
[*] once more, disable logs by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
StyXman committed Oct 6, 2015
1 parent 955ccb4 commit d17bd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ayrton/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
date_format= "%H:%M:%S"

# uncomment one of these for way too much debugging :)
logging.basicConfig(filename='ayrton.%d.log' % os.getpid (), level=logging.DEBUG, format=log_format, datefmt=date_format)
# logging.basicConfig(filename='ayrton.%d.log' % os.getpid (), level=logging.DEBUG, format=log_format, datefmt=date_format)
# logging.basicConfig(filename='ayrton.log', level=logging.DEBUG, format=log_format, datefmt=date_format)
logger= logging.getLogger ('ayrton')

Expand Down

0 comments on commit d17bd79

Please sign in to comment.