summarylogtreecommitdiffstats
path: root/log-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'log-path.patch')
-rw-r--r--log-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/log-path.patch b/log-path.patch
new file mode 100644
index 000000000000..b8e49f8ae822
--- /dev/null
+++ b/log-path.patch
@@ -0,0 +1,11 @@
+--- a/mautrix_googlechat/example-config.yaml 2021-12-18 23:35:28.000000000 +0200
++++ b/mautrix_googlechat/example-config.yaml 2022-03-01 22:04:05.359642474 +0200
+@@ -220,7 +220,7 @@
+ file:
+ class: logging.handlers.RotatingFileHandler
+ formatter: normal
+- filename: ./mautrix-googlechat.log
++ filename: /var/log/mautrix-googlechat/googlechat.log
+ maxBytes: 10485760
+ backupCount: 10
+ console: