#7583·gorm

slog logger: individual queries should be logged with level "Debug"

Author: ItalyPaleAleCreated Sep 13, 2025Updated Sep 7, 2026
Labelstype:with reproduction steps

GORM Playground Link

https://github.com/go-gorm/playground/pull/123

(Not a real one, playground is irrelevant here)

Description

When using the new slog logger, queries are logged at level "INFO" and there's no way to configure a Debug level.

Individual queries should be logged at level Debug.