Log showing to much info about connected clients

Hey, the home assistant log is showing to much information.
Stuf like the location / battery state / … of mobile phones that are running the home assistant app.
I have several users connected to my install and they should not be able to see this information…
How can I prevent this data from apearing in the app log?

The simplest way is to disable entities you do not want to log, but that would also mean those entities would not be accessible at all.

If you just want to handle logging, in configuration.yaml there is logger: section. Within that you can set log recording rules up to single entity.

If you are using recorder: or influx_db: (also in configuration.yaml) there are also settings for inclusion and exclusion of data.