We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bc6a0 commit 0f49706Copy full SHA for 0f49706
state/db.go
@@ -75,7 +75,7 @@ func OpenConnection(cfg config.Database) (*gorm.DB, error) {
75
76
logrus.Info("Waiting database is up and runnning")
77
for err := CheckConnection(db); err != nil; err = CheckConnection(db) {
78
- logrus.Warn("%v", err)
+ logrus.Warn(err)
79
time.Sleep(time.Second)
80
}
81
0 commit comments