diff options
author | clokep <clokep@users.noreply.github.com> | 2022-02-09 20:57:08 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2022-02-09 20:57:08 +0000 |
commit | f7c62fe38de1eaef1c8a210eaaf219bbd42a0d58 (patch) | |
tree | e9489a6442d28a6e92d5325c7a47f017eb56c8ae /develop/structured_logging.html | |
parent | deploy: 6f440fd859c411af8c32478b4353f7550619c3bd (diff) | |
download | synapse-f7c62fe38de1eaef1c8a210eaaf219bbd42a0d58.tar.xz |
deploy: 3914576b2b6272a4be790c89d87649d257018dcf
Diffstat (limited to '')
-rw-r--r-- | develop/structured_logging.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/develop/structured_logging.html b/develop/structured_logging.html index c91ef48966..e35bd493ec 100644 --- a/develop/structured_logging.html +++ b/develop/structured_logging.html @@ -305,7 +305,7 @@ formatters: handlers: console: class: logging.StreamHandler - location: ext://sys.stdout + stream: ext://sys.stdout file: class: logging.FileHandler formatter: json |