mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
Теперь можно выставить уровень введение лога
This commit is contained in:
parent
9b1469cf0f
commit
2880f2b4c1
3 changed files with 5 additions and 3 deletions
|
@ -12,7 +12,9 @@ server:
|
|||
private_key: '/CertSSL/private.key' # The path to the private SSL key file (String)
|
||||
cert: '/CertSSL/fullchain.pem' # The path to the SSL certificate (String)
|
||||
ssl: true # Enable or disable SSL support [Boolean]
|
||||
debug: true # Enable or disable log [Boolean]
|
||||
log:
|
||||
print: true # Enable or disable logging [Boolean]
|
||||
level: 'info' # Log level (Fatal/Error/Warn/Log/Debug) [String]
|
||||
currency:
|
||||
chart:
|
||||
save_chart: false # Enable or disable saving graphs to an image (Boolean)
|
||||
|
|
Loading…
Add table
Reference in a new issue