fix
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2026-03-04 12:10:29 +01:00
parent 6dac149a48
commit e1ad76f703
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ func NewDatabaseHandle() *DatabaseHandle {
})
if err != nil {
log.Printf("Unable to create InfluxDB client: %s", err)
log.Printf("Unable to create InfluxDB client (config: URL: %s, Username: %s, Password: %s): %s", influxDB, username, password, err)
db.initialized = false
return &db
}