Skip to content

Commit

Permalink
Set logging level to INFO (not WARNING) by default
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 7, 2018
1 parent 394d0d8 commit e13cce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugin_categories.py
Expand Up @@ -73,7 +73,7 @@ def set_site(self, site):
self.inject_templates()
self.logger = get_logger(self.name)
if not site.debug:
self.logger.level = logbook.base.WARNING
self.logger.level = logbook.base.INFO

def inject_templates(self):
"""Inject 'templates/<engine>' (if exists) very early in the theme chain."""
Expand Down

0 comments on commit e13cce2

Please sign in to comment.