blob: 2744077a488bba8999646a484e485ad4519b06b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/example-config.yaml b/example-config.yaml
index d496ae4..7d8346d 100644
--- a/example-config.yaml
+++ b/example-config.yaml
@@ -241,7 +241,7 @@ bridge:
# Logging config.
logging:
# The directory for log files. Will be created if not found.
- directory: ./logs
+ directory: /var/log/mautrix-whatsapp
# Available variables: .Date for the file date and .Index for different log files on the same day.
file_name_format: "{{.Date}}-{{.Index}}.log"
# Date format for file names in the Go time format: https://golang.org/pkg/time/#pkg-constants
|