## GORM Playground Link <!-- To ensure your issue be handled, the issue *MUST* include a GORM Playground Pull Request Link that can reproduce the bug, which is important to help others understand your issue effectively and make sure the issue hasn't been fixed, refer: https://github.com/go-gorm/playground Without the link, your issue most likely will be IGNORED CHANGE FOLLOWING URL TO YOUR 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.