log filled up with messages 'Set Block Cached Output'
Permalink
My log is constantly filling up with thousands of messages like this:
Is something wrong with my site configuration or can i turn something off to get rid of them?
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?
Ah thanks, i'll try to find the suggested code.
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...
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...
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
So if you can go through your code (research function in any text editor) and look for
You'll probably find it