working commit
This commit is contained in:
@@ -49,7 +49,7 @@ func NewDatabase(datapath string) (*Database, error) {
|
||||
db := &Database{
|
||||
datapath: datapath,
|
||||
}
|
||||
db.log = logger.NewLogger("database")
|
||||
db.log = logger.NewLogger("maindb")
|
||||
return db, err
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user