Skip to content

Commit 30f5341

Browse files
committed
change dbpurge notice to debug
1 parent cc58c9c commit 30f5341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbpurge/dbpurge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func New(ctx context.Context, logger slog.Logger, db database.Store, clk quartz.
6363
return xerrors.Errorf("failed to delete old notification messages: %w", err)
6464
}
6565

66-
logger.Info(ctx, "purged old database entries", slog.F("duration", clk.Since(start)))
66+
logger.Debug(ctx, "purged old database entries", slog.F("duration", clk.Since(start)))
6767

6868
return nil
6969
}, database.DefaultTXOptions().WithID("db_purge")); err != nil {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy