Explorar o código

Promote public key log message to 'info' level

Lennart Grahl %!s(int64=6) %!d(string=hai) anos
pai
achega
81c3604c7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/services/webclient.ts

+ 1 - 1
src/services/webclient.ts

@@ -524,7 +524,7 @@ export class WebClientService {
             builder = builder.withTrustedPeerKey(flags.peerTrustedKey);
         }
         this.salty = builder.asInitiator();
-        this.arpLog.debug('Public key:', this.salty.permanentKeyHex);
+        this.arpLog.info('Public key:', this.salty.permanentKeyHex);
         this.arpLogV.debug('Auth token:', this.salty.authTokenHex);
 
         // We want to know about state changes