Browse Source
fix(logging): add default fallback for logFormat config
pull/5044/head
Nicolas Giard
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
server/app/data.yml
|
@ -24,6 +24,7 @@ defaults: |
|
|
min: 1 |
|
|
min: 1 |
|
|
bindIP: 0.0.0.0 |
|
|
bindIP: 0.0.0.0 |
|
|
logLevel: info |
|
|
logLevel: info |
|
|
|
|
|
logFormat: default |
|
|
offline: false |
|
|
offline: false |
|
|
ha: false |
|
|
ha: false |
|
|
bodyParserLimit: 5mb |
|
|
bodyParserLimit: 5mb |
|
|