This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Welcome to the InfluxDB configuration file. | |
# hostname = "" | |
bind-address = "0.0.0.0" | |
reporting-disabled = false | |
[logging] | |
# logging level can be one of "debug", "info", "warn" or "error" | |
level = "debug" | |
file = "/var/vcap/sys/log/influxdb/influxdb.log" # stdout to log to standard out, or syslog facility |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
panic: runtime error: index out of range | |
goroutine 35 [running]: | |
runtime.panic(0xc1a800, 0x14a9bbc) | |
/.gvm/gos/go1.3.1/src/pkg/runtime/panic.c:279 +0xf5 | |
github.com/influxdb/influxdb/api/collectd.(*Server).getAuth(0xc208000150) | |
/gocodez/src/github.com/influxdb/influxdb/api/collectd/api.go:46 +0x88 | |
github.com/influxdb/influxdb/api/collectd.(*Server).ListenAndServe(0xc208000150) | |
/gocodez/src/github.com/influxdb/influxdb/api/collectd/api.go:52 +0x44 | |
created by github.com/influxdb/influxdb/server.(*Server).ListenAndServe | |
/gocodez/src/github.com/influxdb/influxdb/server/server.go:175 +0x1270 |
NewerOlder