Improve logging

This commit is contained in:
Daniel
2022-10-10 11:22:15 +02:00
parent e00131e937
commit f565dca480
4 changed files with 21 additions and 12 deletions

View File

@@ -75,7 +75,7 @@ func DecideOnConnection(ctx context.Context, conn *network.Connection, pkt packe
conn.SaveWhenFinished()
// Reset verdict for connection.
log.Tracer(ctx).Infof("filter: re-evaluating verdict on %s", conn)
log.Tracer(ctx).Infof("filter: profile updated, re-evaluating verdict of %s", conn)
// Reset entity if it exists.
if conn.Entity != nil {