Skip to content

Commit

Permalink
logs: increase log level to INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidalgarcia authored and Diego Rodriguez committed Jan 24, 2020
1 parent 0e5ed17 commit 854dc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reana_commons/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
['check_predefined_conditions',
'check_running_job_count']}

REANA_LOG_LEVEL = logging.getLevelName(os.getenv('REANA_LOG_LEVEL', 'ERROR'))
REANA_LOG_LEVEL = logging.getLevelName(os.getenv('REANA_LOG_LEVEL', 'INFO'))
"""Log verbosity level for REANA components."""

REANA_LOG_FORMAT = os.getenv('REANA_LOG_FORMAT',
Expand Down

0 comments on commit 854dc2f

Please sign in to comment.