mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 11:34:29 +00:00
Set the encoding to UTF8 in the default logconfig (#4138)
This commit is contained in:
@@ -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
|
||||
backupCount: 10
|
||||
filters: [context]
|
||||
encoding: utf8
|
||||
console:
|
||||
class: logging.StreamHandler
|
||||
formatter: precise
|
||||
|
||||
Reference in New Issue
Block a user