You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello 👋 thank you for raising an issue and sorry for the response time 🤦
Gorm does not offers a "Debug" log level, to start the Debug mode on gorm you need to use the Debug function. I did a full example here to test if it works:
go 1.20
logger.Default.LogMode(logger.Silent)
it works fine, but output is consoleThe text was updated successfully, but these errors were encountered: