strip some more logging down

This commit is contained in:
Asim Aslam
2019-12-10 09:08:03 +00:00
parent 6b1eef5354
commit 7e46ff5d92
2 changed files with 3 additions and 3 deletions

View File

@@ -712,7 +712,7 @@ func (r *router) Process(a *Advert) error {
return events[i].Timestamp.Before(events[j].Timestamp)
})
log.Debugf("Router %s processing advert from: %s", r.options.Id, a.Id)
log.Tracef("Router %s processing advert from: %s", r.options.Id, a.Id)
for _, event := range events {
// skip if the router is the origin of this route