Skip to content

Commit 7222324

Browse files
committed
change dbpurge notice to debug
1 parent 3ad90cd commit 7222324

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)