Private
Public Access
1
0

Minor logging tweak

This commit is contained in:
2024-01-12 22:39:19 -08:00
parent 6b84bbe5e1
commit 9428c1a227

View File

@@ -99,7 +99,7 @@ func (srv *Server) getHistory(ctx context.Context, c echo.Context, server ntpdb.
} }
} }
log.Info("monitor param", "monitor", monitorID) log.DebugContext(ctx, "monitor param", "monitor", monitorID)
sinceTime := time.Unix(since, 0) sinceTime := time.Unix(since, 0)
if since > 0 { if since > 0 {