This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user