storagenode/storagenodedb: dont log opening of each database (#3571)
This commit is contained in:
parent
b2a7a9f4c4
commit
1a54007f1c
@ -6,7 +6,6 @@ package storagenodedb
|
||||
import (
|
||||
"context"
|
||||
"database/sql"
|
||||
"fmt"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
@ -233,7 +232,6 @@ func (db *DB) openDatabase(dbName string) error {
|
||||
|
||||
dbutil.Configure(sqlDB, mon)
|
||||
|
||||
db.log.Debug(fmt.Sprintf("opened database %s", dbName))
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user