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 c8c250d commit 2c5ef5cCopy full SHA for 2c5ef5c
packages/sdk-socket-server-next/src/logger.ts
@@ -46,7 +46,7 @@ const customFormat = format.printf((ti) => {
46
// Create a function to initialize the logger
47
export function createLogger(isDevelopment: boolean) {
48
return winston.createLogger({
49
- level: isDevelopment ? 'debug' : 'notice',
+ level: isDevelopment ? 'debug' : 'warn',
50
format: isDevelopment
51
? winston.format.combine(winston.format.timestamp(), customFormat)
52
: winston.format.json(),
0 commit comments