chore: do not log reg ID
This commit is contained in:
@@ -167,7 +167,7 @@ export const makeSocket = ({
|
||||
}
|
||||
helloMsg = proto.HandshakeMessage.fromObject(helloMsg)
|
||||
|
||||
logger.info({ browser, helloMsg, registrationId: creds.registrationId }, 'connected to WA Web')
|
||||
logger.info({ browser, helloMsg }, 'connected to WA Web')
|
||||
|
||||
const init = proto.HandshakeMessage.encode(helloMsg).finish()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user