mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-12 17:59:06 +02:00
log signal address
This commit is contained in:
@@ -363,6 +363,9 @@ func LogConfigInfo(cfg *nbconfig.Config) {
|
||||
if cfg.Relay != nil {
|
||||
log.Infof("Relay addresses: %v", cfg.Relay.Addresses)
|
||||
}
|
||||
if cfg.Signal != nil {
|
||||
log.Infof("Signal addresses: %v", cfg.Signal.URI)
|
||||
}
|
||||
}
|
||||
|
||||
// EnsureEncryptionKey generates and saves a DataStoreEncryptionKey if not set
|
||||
|
||||
Reference in New Issue
Block a user