Skip to content

Commit 0b02c5d

Browse files
committed
Database: Reduce log level for connection info to debug photoprism#4888 photoprism#4889
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent cd577f5 commit 0b02c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config_db.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ func (c *Config) connectDb() error {
492492
}
493493

494494
if dbVersion := c.DatabaseVersion(); dbVersion != "" {
495-
log.Infof("database: opened connection to %s %s", c.DatabaseDriverName(), dbVersion)
495+
log.Debugf("database: opened connection to %s %s", c.DatabaseDriverName(), dbVersion)
496496
}
497497

498498
// Ok.

0 commit comments

Comments
 (0)