In general in development mode i have to use the debug and logging for bugtracing.
But on a specific controller/action i don't want this to happen since it's just a background ajax that gets called every 2 seconds, which ends ups in a huge amount of "unneeded" logs.
How can I exclude this specific call "site/ajaxupdate" from being logged?