mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-16 18:53:50 +01:00
Set the encoding to UTF8 in the default logconfig (#4138)
This commit is contained in:
parent
90d713b8c6
commit
0467384d2f
2 changed files with 2 additions and 0 deletions
1
changelog.d/4138.misc
Normal file
1
changelog.d/4138.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
The default logging config will now set an explicit log file encoding of UTF-8.
|
|
@ -50,6 +50,7 @@ handlers:
|
||||||
maxBytes: 104857600
|
maxBytes: 104857600
|
||||||
backupCount: 10
|
backupCount: 10
|
||||||
filters: [context]
|
filters: [context]
|
||||||
|
encoding: utf8
|
||||||
console:
|
console:
|
||||||
class: logging.StreamHandler
|
class: logging.StreamHandler
|
||||||
formatter: precise
|
formatter: precise
|
||||||
|
|
Loading…
Reference in a new issue