Thousands of "homeassistant hassio_dns[1217] [INFO]" entries in log

I get thousands of homeassistant hassio_dns[1217] [INFO] entries in my logs, which makes the logs a) huge and b) very difficult to read. Is there a config setting somewhere to make the dns less chatty for its INFO logging?

I get these messages generated every hour for about 5 or 6 seconds when I get hundreds of entries in the log. For now, I’ve setup a discard rule in my rsyslog conf, but I’d rather now generate them in the first place if possible.

you can adjust log level of hassio_dns via cli

ha dns  options --log-level=warn
1 Like

Thanks @eugenebnd

Not working here. I’m using the Advanced SSH & Web Terminal, and entering the command apparently works (“Command completed successfully”). In the system log, I can see a line appearing after entering the command:

INFO (MainThread) [supervisor.api.middleware.security] /dns/options access from a0d7b954_ssh

also sounds good so far. But it does not change anything.

Then I tried

ha dns options --log-level=info

just for curiosity, and I got back:

INFO[0000] No configfile found

Is it possible that it is no longer working, because there is no config file? Shouldn’t it be there? I’m on HA Supervised, running on a freshly set-up Debian VM.