Skip to content

Commit

Permalink
cmd: microseconds better for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
betamos committed Jul 9, 2024
1 parent 878e5fb commit bf290f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {
if *verbose {
slog.SetLogLoggerLevel(slog.LevelDebug)
}
log.SetFlags(log.Ltime)
log.SetFlags(log.Lmicroseconds)

ty := zeroconf.NewType(*typeStr)
svc := zeroconf.NewService(ty, *name, uint16(*port))
Expand Down

0 comments on commit bf290f7

Please sign in to comment.