Hi,
What is the best way to store and access influxdb 2 output debug logs?
Matthew
Hi,
What is the best way to store and access influxdb 2 output debug logs?
Matthew
Hello @Matthew_Brumpton,
When you run InfluxDB directly, using influxd
, all logs are written to stderr
. You can also redirect the log output, as you would any output to stderr
, like in this example:
influxd 2>$HOME/my_log_file