Hello @Egil_Helland,
In the Manage → Log Management there are settings for Application-wide log level (level = channel) and a table with existing loggers in your app. Each logger may have its own log level.
If you set the level to ERROR and will log an INFO message, that log will not be flushed to the server and thus will not appear in the logs.