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:
Maycon Santos
2025-03-21 14:47:04 +01:00
committed by GitHub
parent cb318b7ef4
commit d9d051cb1e
4 changed files with 89 additions and 69 deletions

View File

@ -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()