Disable the default logger for gorm when debug is not set on the sql store backend. By default gorm will print error level log messages, which includes queries which find no results, which is not really an error. These messages will show up if debug is enabled on the sql store backend. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com> |
||
|---|---|---|
| .. | ||
| common | ||
| sql | ||
| database.go | ||