fix: adjusts logger

This commit is contained in:
Davidson Gomes 2023-10-09 20:17:01 -03:00
parent 8588ef1d8a
commit f32a34190d

View File

@ -1193,7 +1193,7 @@ export class WAStartupService {
...options, ...options,
auth: { auth: {
creds: this.instance.authState.state.creds, creds: this.instance.authState.state.creds,
keys: makeCacheableSignalKeyStore(this.instance.authState.state.keys, P({ level: 'error' })), keys: makeCacheableSignalKeyStore(this.instance.authState.state.keys, P({ level: 'error' }) as any),
}, },
logger: P({ level: this.logBaileys }), logger: P({ level: this.logBaileys }),
printQRInTerminal: false, printQRInTerminal: false,