Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Reduce debug logging severity
Browse files Browse the repository at this point in the history
  • Loading branch information
vovapi committed Jul 24, 2017
1 parent 8b80e17 commit 5e27364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ def _fill_structure(d):
def config_from_env():
config = _fill_structure(STRUCTURE)

logger.critical(str(config))
logger.debug(str(config))
return config

0 comments on commit 5e27364

Please sign in to comment.