mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-02 22:40:48 -05:00
Fix example for structured logging. (#11946)
The StreamHandler takes a stream parameter, not location.
This commit is contained in:
parent
0408d694ee
commit
3914576b2b
1
changelog.d/11946.doc
Normal file
1
changelog.d/11946.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Correct the structured logging configuration example. Contributed by Brad Jones.
|
@ -141,7 +141,7 @@ formatters:
|
|||||||
handlers:
|
handlers:
|
||||||
console:
|
console:
|
||||||
class: logging.StreamHandler
|
class: logging.StreamHandler
|
||||||
location: ext://sys.stdout
|
stream: ext://sys.stdout
|
||||||
file:
|
file:
|
||||||
class: logging.FileHandler
|
class: logging.FileHandler
|
||||||
formatter: json
|
formatter: json
|
||||||
|
Loading…
Reference in New Issue
Block a user