mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Fix config logging wrong value
This commit is contained in:
parent
94a4d6317f
commit
8f603942e0
1 changed files with 1 additions and 1 deletions
|
@ -440,7 +440,7 @@ logging:
|
||||||
format: pretty-colored
|
format: pretty-colored
|
||||||
- type: file
|
- type: file
|
||||||
format: json
|
format: json
|
||||||
filename: ./logs/mautrix-whatsapp.log
|
filename: /var/log/__APP__/__APP__.log
|
||||||
max_size: 100
|
max_size: 100
|
||||||
max_backups: 10
|
max_backups: 10
|
||||||
compress: true
|
compress: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue