You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now monitoring my pironman5 with 'journalctl -af' shows non-error messages from the influxd web dashboard every second on idle, and all the traffic if a user visits the dashboard.
Is it possible to disable the output to syslog? It'll grow quite quickly otherwise, that's not really optimal.
The text was updated successfully, but these errors were encountered:
I found the solution in the article below. You just need to uncomment line log-enabled = true in the config file and change the value to false. After this, you need to restart the service using command sudo systemctl restart influxdb.
Right now monitoring my pironman5 with 'journalctl -af' shows non-error messages from the influxd web dashboard every second on idle, and all the traffic if a user visits the dashboard.
Is it possible to disable the output to syslog? It'll grow quite quickly otherwise, that's not really optimal.
The text was updated successfully, but these errors were encountered: