mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-09 23:27:58 +02:00
Add initiator field and parse url (#3558)
- Add initiator field to flow proto - Parse URL - Update a few trace logs
This commit is contained in:
@ -117,7 +117,7 @@ func (m *Manager) Update(update *nftypes.FlowConfig) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
log.Tracef("updating flow configuration with new settings: %+v", update)
|
||||
log.Tracef("updating flow configuration with new settings: url -> %s, interval -> %s, enabled? %t", update.URL, update.Interval, update.Enabled)
|
||||
|
||||
m.mux.Lock()
|
||||
defer m.mux.Unlock()
|
||||
|
Reference in New Issue
Block a user