Skip to content

Commit

Permalink
Reduce log level for device updates
Browse files Browse the repository at this point in the history
  • Loading branch information
johnweldon committed Apr 12, 2024
1 parent 2b260f3 commit e4b8793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func EventHandler(baseSubject string, publisher func(context.Context, string, []
case "device:sync":
logger.DebugContext(ctx, "device sync", "message", message)
case "device:update":
logger.InfoContext(ctx, "device update", "message", message)
logger.DebugContext(ctx, "device update", "message", message)
case "events":
logger.InfoContext(ctx, "events", "message", message)
case "networkconf:delete":
Expand Down

0 comments on commit e4b8793

Please sign in to comment.