working commit

This commit is contained in:
2026-06-08 09:42:32 +02:00
parent 0506b35cd1
commit 5f16f33a8b
21 changed files with 786 additions and 114 deletions
+1 -1
View File
@@ -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
}