Skip to content

Commit

Permalink
Up the default log level to 30.
Browse files Browse the repository at this point in the history
  • Loading branch information
Renelvon committed Oct 12, 2014
1 parent 2911103 commit 2fa9e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/openbazaar_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_defaults():
'DISABLE_OPEN_DEFAULT_WEBBROWSER': False,
'DISABLE_SQLITE_CRYPT': False,
# CRITICAL=50, ERROR=40, WARNING=30, DEBUG=10, NOTSET=0
'LOG_LEVEL': 10,
'LOG_LEVEL': 30,
'NODES': 3,
'HTTP_IP': '127.0.0.1',
'HTTP_PORT': None,
Expand Down

0 comments on commit 2fa9e82

Please sign in to comment.