Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add missing space in default logging file format generated by the Doc…
Browse files Browse the repository at this point in the history
…ker image

This adds a missing space, without which log lines appear uglier.

Signed-off-by: Slavi Pantaleev <slavi@devture.com>
  • Loading branch information
spantaleev committed Jul 4, 2019
1 parent 822a0f0 commit c020267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/5620.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add missing space in default logging file format generated by the Docker image
2 changes: 1 addition & 1 deletion docker/conf/log.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 1

formatters:
precise:
format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s- %(message)s'
format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s - %(message)s'

filters:
context:
Expand Down

0 comments on commit c020267

Please sign in to comment.