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 3e49cc8 commit 9ecdb06Copy full SHA for 9ecdb06
1 file changed
rocketadmin-ws-server/src/config.ts
@@ -6,7 +6,7 @@ export const config = {
6
privateKey: process.env.PRIVATE_KEY || '',
7
checkConnectionTokenUrl:
8
process.env.CHECK_CONNECTION_TOKEN_URL || 'http://autoadmin-internal-auth.local:3000/connection/token',
9
- logLevel: process.env.LOG_LEVEL || 'info',
+ logLevel: process.env.LOG_LEVEL || 'silent',
10
} as const;
11
12
export function validateConfig(): void {
0 commit comments