Updated logging, added getRowNumber and a few more

This commit is contained in:
Hein
2025-11-10 17:02:37 +02:00
parent faafe5abea
commit ceaa251301
23 changed files with 3215 additions and 312 deletions

View File

@@ -83,7 +83,7 @@ func TestSetup(m *testing.M) int {
router := setupTestRouter(testDB)
testServer = httptest.NewServer(router)
fmt.Printf("ResolveSpec test server starting on %s\n", testServer.URL)
logger.Info("ResolveSpec test server starting on %s", testServer.URL)
testServerURL = testServer.URL
defer testServer.Close()