Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dontsovcmc committed Oct 4, 2018
2 parents 6fea32d + 5d50274 commit 32b21b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphalogic_api/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self):
log.addHandler(fh)

# Use console for log output
if not (options.args.noconsole or os.getenv('NOCONSOLE')):
if not (options.args.noconsole or os.getenv('NOCONSOLE') == '1'):
console = sys.stderr
if console is not None:
# Logging to console and file both
Expand Down

0 comments on commit 32b21b9

Please sign in to comment.