Skip to content

Commit 8f11e49

Browse files
committed
fix(logging): clean up logging config
1 parent 6d384f3 commit 8f11e49

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "tsschema://../src/config/schema#ConfigurationSchema",
33
"logging": {
44
"level": "info",
5-
"logHttpRequests": "env_switch:LOG_HTTP_REQUESTS"
5+
"logRequestBody": "env_switch:LOG_HTTP_REQUESTS"
66
},
77
"routing": {
88
"openapi": true,

src/config/schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export interface ConfigurationSchema extends BaseConfitSchema {
99
trustProxy?: string[] | boolean;
1010
logging?: {
1111
level?: Level;
12-
logHttpRequests?: boolean;
1312
logRequestBody?: boolean;
1413
logResponseBody?: boolean;
1514
};

0 commit comments

Comments
 (0)