mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-13 05:52:50 +01:00
Merge pull request #206 from verb/appservice-irc-log
Disable appservice-irc log files
This commit is contained in:
commit
e2d2302475
@ -427,10 +427,10 @@ matrix_appservice_irc_configuration_yaml: |
|
|||||||
# Level to log on console/logfile. One of error|warn|info|debug
|
# Level to log on console/logfile. One of error|warn|info|debug
|
||||||
level: "debug"
|
level: "debug"
|
||||||
# The file location to log to. This is relative to the project directory.
|
# The file location to log to. This is relative to the project directory.
|
||||||
logfile: "debug.log"
|
#logfile: "debug.log"
|
||||||
# The file location to log errors to. This is relative to the project
|
# The file location to log errors to. This is relative to the project
|
||||||
# directory.
|
# directory.
|
||||||
errfile: "errors.log"
|
#errfile: "errors.log"
|
||||||
# Whether to log to the console or not.
|
# Whether to log to the console or not.
|
||||||
toConsole: true
|
toConsole: true
|
||||||
# The max number of files to keep. Files will be overwritten eventually due
|
# The max number of files to keep. Files will be overwritten eventually due
|
||||||
|
Loading…
Reference in New Issue
Block a user