We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d384f3 commit 8f11e49Copy full SHA for 8f11e49
config/config.json
@@ -2,7 +2,7 @@
2
"$schema": "tsschema://../src/config/schema#ConfigurationSchema",
3
"logging": {
4
"level": "info",
5
- "logHttpRequests": "env_switch:LOG_HTTP_REQUESTS"
+ "logRequestBody": "env_switch:LOG_HTTP_REQUESTS"
6
},
7
"routing": {
8
"openapi": true,
src/config/schema.ts
@@ -9,7 +9,6 @@ export interface ConfigurationSchema extends BaseConfitSchema {
9
trustProxy?: string[] | boolean;
10
logging?: {
11
level?: Level;
12
- logHttpRequests?: boolean;
13
logRequestBody?: boolean;
14
logResponseBody?: boolean;
15
};
0 commit comments