This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Disable logging to file. Set console logging to verbose.
pull/107/head
Edgars Voroboks
7 years ago
parent
30738d064e
commit
b2263f811a
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
roles/matrix-dimension/templates/config.yaml.j2
+ 3
- 3
roles/matrix-dimension/templates/config.yaml.j2
View File
@@ -71,10 +71,10 @@ telegram:
# Settings for controlling how logging works
logging:
file:
logs/dimension.log
file:
/dev/null
console: true
consoleLevel:
info
fileLevel:
verbose
consoleLevel:
verbose
fileLevel:
info
rotate:
size: 52428800 # bytes, default is 50mb
count: 5
Write
Preview
Loading…
Cancel
Save