Skip to content

Commit

Permalink
use name for log level
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Aug 13, 2024
1 parent e1aff70 commit 2ba5795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubberband/boilerplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def make_app(project_root):
format='%(asctime)s%(msecs)03d %(levelname)-5s %(name)-15s %(message)s',
datefmt='%d-%m-%Y %H:%M:%S - ')
loggr = logging.getLogger()
loggr.setLevel(level=20)
loggr.setLevel(level=logging.INFO)
# Load options from environment
config = "/etc/rubberband/app.cfg"
if os.path.isfile(config):
Expand Down

0 comments on commit 2ba5795

Please sign in to comment.