Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Influxd: disable output to syslog #4

Open
voidzero opened this issue Jun 30, 2024 · 1 comment
Open

Influxd: disable output to syslog #4

voidzero opened this issue Jun 30, 2024 · 1 comment

Comments

@voidzero
Copy link

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.

@SerhiiDrel
Copy link

SerhiiDrel commented Aug 12, 2024

Hi @voidzero,

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.

Article: https://neteye.guide/4.26/troubleshooting/itoa/disable-influxdb-query-logging.html

Config path: /etc/influxdb/influxdb.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants