Skip to content

Commit

Permalink
Change log level for console display
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmoura committed Jun 18, 2016
1 parent cfde298 commit 389ad3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apprecommender/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def set_logger(self):
Configure application logger and log level.
"""
self.logger = logging.getLogger('') # root logger is used by default
self.logger.setLevel(logging.DEBUG)
self.logger.setLevel(logging.INFO)

if self.debug == 1:
log_level = logging.DEBUG
Expand Down

0 comments on commit 389ad3b

Please sign in to comment.