fix: Get logger configuration from app.conf file (#1907)

* feat: Get logger configuration from file

* feat: Get logger configuration from file

* Remove GetConfigLogs()
This commit is contained in:
Sergey Zabodalov
2023-05-30 16:30:09 +03:00
committed by GitHub
parent 4c8648d323
commit 10e66f8020
3 changed files with 18 additions and 1 deletions

View File

@ -21,3 +21,4 @@ isDemoMode = false
batchSize = 100
ldapServerPort = 389
quota = {"organization": -1, "user": -1, "application": -1, "provider": -1}
logConfig = {"filename": "logs/casdoor.log", "maxdays":99999, "perm":"0770"}