1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-11 03:34:35 +00:00

feat(env): added new env variable LOG_FORMAT_MORGAN

This commit is contained in:
Saad Jutt
2022-05-23 21:14:37 +05:00
parent f37f8e95d1
commit 53bf68a6af
4 changed files with 52 additions and 8 deletions

View File

@@ -125,6 +125,10 @@ HELMET_COEP=
# }
HELMET_CSP_CONFIG_PATH=./csp.config.json
# LOG_FORMAT_MORGAN options: [combined|common|dev|short|tiny] default: `common`
# Docs: https://www.npmjs.com/package/morgan#predefined-formats
LOG_FORMAT_MORGAN=
```
## Persisting the Session