Browse Source

fix(logging): add default fallback for logFormat config

pull/5044/head
Nicolas Giard 2 years ago
committed by GitHub
parent
commit
3f5388d093
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      server/app/data.yml

1
server/app/data.yml

@ -24,6 +24,7 @@ defaults:
min: 1
bindIP: 0.0.0.0
logLevel: info
logFormat: default
offline: false
ha: false
bodyParserLimit: 5mb

Loading…
Cancel
Save