Influxdb 2.0 output debug logs

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