Skip to content

Commit

Permalink
chore: better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcStdt committed Aug 31, 2024
1 parent a021455 commit e94f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ to interact and monitor the Scroll Application`,
signals.SetupSignals(queueManager, processManager, a, shutdownWait)

if watchPorts {
logger.Log().Info("Starting port watcher")
logger.Log().Info("Starting port watcher", zap.Strings("interfaces", watchPortsInterfaces))
go portService.StartMonitoring(ctx, watchPortsInterfaces)
}

Expand Down

0 comments on commit e94f58d

Please sign in to comment.