mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-07 00:42:07 +01:00
17 lines
635 B
Diff
17 lines
635 B
Diff
Upstream: No, Alpine specific
|
|
Reason: We don't want to log into $PWD by default but into /var/log/mautrix-telegram.log
|
|
|
|
diff --git a/mautrix_telegram/example-config.yaml b/mautrix_telegram/example-config.yaml
|
|
index 70bc111..9875175 100644
|
|
--- a/mautrix_telegram/example-config.yaml
|
|
+++ b/mautrix_telegram/example-config.yaml
|
|
@@ -415,7 +415,7 @@ logging:
|
|
file:
|
|
class: logging.handlers.RotatingFileHandler
|
|
formatter: normal
|
|
- filename: ./mautrix-telegram.log
|
|
+ filename: /var/log/mautrix-telegram.log
|
|
maxBytes: 10485760
|
|
backupCount: 10
|
|
console:
|