working commit

This commit is contained in:
2026-06-10 17:44:45 +02:00
parent a53197e432
commit 2c8c20b12b
9 changed files with 9 additions and 84 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ type Database struct {
func NewDatabase(datapath string) *Database {
return &Database{
datapath: datapath,
logg: logger.NewLoggerWithSubject("maindb"),
logg: logger.NewLogger("maindb"),
}
}