Skip to content

Commit

Permalink
Updated logger formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlyttle authored and johnveitch committed Jan 18, 2021
1 parent b785b5f commit 904effa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpnest/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Default formats and level names
FORMATTER = logging.Formatter(
'%(asctime)s - %(name)-8s: %(message)s',
'%(asctime)s - %(name)-38s: %(message)s',
datefmt='%Y-%m-%d, %H:%M:%S'
)
LEVELS = ['CRITICAL', 'WARNING', 'INFO', 'DEBUG']
Expand Down

0 comments on commit 904effa

Please sign in to comment.