Remove unused methods in storage interfaces, improve logs

This commit is contained in:
lash
2025-01-04 21:13:39 +00:00
parent cc9760125a
commit 51b6fc0dde
7 changed files with 7 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ func main() {
os.Exit(1)
}
logg.Infof("start command", "connstr", connStr, "resourcedir", resourceDir, "outputsize", size)
logg.Infof("start command", "conn", connData, "resourcedir", resourceDir, "outputsize", size)
ctx := context.Background()
ctx = context.WithValue(ctx, "Database", database)