log filled up with messages 'Set Block Cached Output'

Permalink
My log is constantly filling up with thousands of messages like this:

Set Block Cached Output: 143 - 1 - 5968 Footer 03 - 2015-12-15 12:42:41


Is something wrong with my site configuration or can i turn something off to get rid of them?

buurvrouw
 
mnakalay replied on at Permalink Reply
mnakalay
Hello,
Concrete5 itself has settings to log 3 things:
- Application Exceptions
- Emails Sent
- Database Queries

It doesn't appear that message is one of these 3.

You might have some code responsible for that somewhere on your site, be it in your theme or in a block you are using.

To be able to log anything, the code would be
Log::addEntry('something something');


So if you can go through your code (research function in any text editor) and look for
Log::addEntry(

You'll probably find it
buurvrouw replied on at Permalink Reply
buurvrouw
Ah thanks, i'll try to find the suggested code.
buurvrouw replied on at Permalink Reply
buurvrouw
I checked with the theme developer (supermint theme) and checked other site logs with diferent themes.

It turns out alle sites are outputting this in the logs when cache is turned on. Is this supposed to be like this or is this a bug? The logs are getting very big this way. Hundreds of pages just saying some caching is done...