From 8957a11979dd25687a075eb4c94d9925da4701c8 Mon Sep 17 00:00:00 2001
From: Richard van der Hoff <richard@matrix.org>
Date: Thu, 20 Dec 2018 12:06:31 +0000
Subject: [PATCH] Update log config for debian packages

Better follow our own release notes.
---
 debian/log.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/log.yaml b/debian/log.yaml
index b44a8901f6..206b65f1ac 100644
--- a/debian/log.yaml
+++ b/debian/log.yaml
@@ -18,6 +18,7 @@ handlers:
     maxBytes: 104857600
     backupCount: 10
     filters: [context]
+    encoding: utf8
   console:
     class: logging.StreamHandler
     formatter: precise
-- 
GitLab