Disable logging to file. Set console logging to verbose.
This commit is contained in:
parent
30738d064e
commit
b2263f811a
@ -71,10 +71,10 @@ telegram:
|
|||||||
|
|
||||||
# Settings for controlling how logging works
|
# Settings for controlling how logging works
|
||||||
logging:
|
logging:
|
||||||
file: logs/dimension.log
|
file: /dev/null
|
||||||
console: true
|
console: true
|
||||||
consoleLevel: info
|
consoleLevel: verbose
|
||||||
fileLevel: verbose
|
fileLevel: info
|
||||||
rotate:
|
rotate:
|
||||||
size: 52428800 # bytes, default is 50mb
|
size: 52428800 # bytes, default is 50mb
|
||||||
count: 5
|
count: 5
|
||||||
|
Loading…
Reference in New Issue
Block a user