mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
Remove file logging, and add existing log level variable to config
This commit is contained in:
parent
14f7eed932
commit
6666d23079
@ -286,13 +286,7 @@ bridge:
|
|||||||
|
|
||||||
# Logging config. See https://github.com/tulir/zeroconfig for details.
|
# Logging config. See https://github.com/tulir/zeroconfig for details.
|
||||||
logging:
|
logging:
|
||||||
min_level: debug
|
min_level: {{ matrix_mautrix_gmessages_logging_level }}
|
||||||
writers:
|
writers:
|
||||||
- type: stdout
|
- type: stdout
|
||||||
format: pretty-colored
|
format: pretty-colored
|
||||||
- type: file
|
|
||||||
format: json
|
|
||||||
filename: ./logs/mautrix-gmessages.log
|
|
||||||
max_size: 100
|
|
||||||
max_backups: 10
|
|
||||||
compress: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user