Skip to content

Commit

Permalink
debug: raise db logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiouxme committed Jul 27, 2024
1 parent 70bbde5 commit c969e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type log2LogrusWriter struct {
}

func (w log2LogrusWriter) Printf(msg string, args ...interface{}) {
w.entry.Debugf(msg, args...)
w.entry.Infof(msg, args...)
}

func New(dsn string, logLevel gormlogger.LogLevel) (*DB, error) {
Expand Down

0 comments on commit c969e6c

Please sign in to comment.