Reduce logging of operational user-specific content

I need to ensure that no operational user-specific content is stored in the database.

Is it enough to set Parameter LOG_SQL to false?
It would also help to know how we can limit the amount of “system messages” inside the administration menu.

[database]
LOG_SQL = false

regards