diff options
author | Slavi Pantaleev <slavi@devture.com> | 2019-07-12 13:43:42 +0300 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-07-12 11:43:42 +0100 |
commit | 59f15309ca09c6f46602b47eafd1e5527fff224d (patch) | |
tree | 879892f91d59022be4657cd516c1a251127ae6c5 /docker | |
parent | Upgrade Alpine Linux used in the Docker image (3.8 -> 3.10) (#5619) (diff) | |
download | synapse-59f15309ca09c6f46602b47eafd1e5527fff224d.tar.xz |
Add missing space in default logging file format generated by the Docker image (#5620)
This adds a missing space, without which log lines appear uglier. Signed-off-by: Slavi Pantaleev <slavi@devture.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/conf/log.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/conf/log.config b/docker/conf/log.config index ea5ccfd68b..db35e475a4 100644 --- a/docker/conf/log.config +++ b/docker/conf/log.config @@ -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: |