Skip to content

Commit

Permalink
Merge pull request #15 from alphagov/fix-logging-format
Browse files Browse the repository at this point in the history
Fix logging format
  • Loading branch information
allait committed May 5, 2015
2 parents 78e0a2e + ea00bb6 commit 332fd57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dmutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.4.1'
__version__ = '0.4.2'
2 changes: 1 addition & 1 deletion dmutils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from flask.wrappers import Request
from flask.ctx import has_request_context

LOG_FORMAT = '%(asctime)s %(app_name)s %(name) %(levelname)s %(request_id)s ' \
LOG_FORMAT = '%(asctime)s %(app_name)s %(name)s %(levelname)s %(request_id)s ' \
'%(message)s [in %(pathname)s:%(lineno)d]'
TIME_FORMAT = '%Y-%m-%dT%H:%M:%S'

Expand Down

0 comments on commit 332fd57

Please sign in to comment.