Plone.caching: myriades of Intercepted exceptions after Plone 4.0 -> 4.3 migration

Migrating from Plone 4.0 to Plone 4.3.3. Standard Plone migration worked without error.
Rendering standard pages with standard views spills tons of the following Intercepted exceptions on the console as lone is plone.caching is enabled in the Plone control panel.

Bug or feature?

-aj

2014-07-30 08:04:39 ERROR Zope.SiteErrorLog 1406700279.80.84642279656 http://dev1.veit-schiele.de:9110/isesite/portal_css/ise.theme/public.css/index_html
Traceback (innermost last):
Module ZPublisher.Publish, line 129, in publish
Module zope.event, line 31, in notify
Module zope.component.event, line 24, in dispatch
Module zope.component._api, line 136, in subscribers
Module zope.component.registry, line 321, in subscribers
Module zope.interface.adapter, line 585, in subscribers
Module plone.caching.hooks, line 102, in intercept
Intercepted
2014-07-30 08:04:39 ERROR Zope.SiteErrorLog 1406700279.810.923869530196 http://dev1.veit-schiele.de:9110/isesite/portal_css/ise.theme/columns.css/index_html
Traceback (innermost last):
Module ZPublisher.Publish, line 129, in publish
Module zope.event, line 31, in notify
Module zope.component.event, line 24, in dispatch
Module zope.component._api, line 136, in subscribers
Module zope.component.registry, line 321, in subscribers
Module zope.interface.adapter, line 585, in subscribers
Module plone.caching.hooks, line 102, in intercept
Intercepted
2014-07-30 08:04:39 ERROR Zope.SiteErrorLog 1406700279.830.631312298246 http://dev1.veit-schiele.de:9110/isesite/portal_css/ise.theme/base.css/index_html
Traceback (innermost last):
Module ZPublisher.Publish, line 129, in publish
Module zope.event, line 31, in notify
Module zope.component.event, line 24, in dispatch
Module zope.component._api, line 136, in subscribers
Module zope.component.registry, line 321, in subscribers
Module zope.interface.adapter, line 585, in subscribers
Module plone.caching.hooks, line 102, in intercept
Intercepted
2014-07-30 08:04:39 ERROR Zope.SiteErrorLog 1406700279.840.0868179492944 http://dev1.veit-schiele.de:9110/isesite/portal_css/ise.theme/authoring.css/index_html
Traceback (innermost last):
Module ZPublisher.Publish, line 129, in publish
Module zope.event, line 31, in notify
Module zope.component.event, line 24, in dispatch
Module zope.component._api, line 136, in subscribers
Module zope.component.registry, line 321, in subscribers
Module zope.interface.adapter, line 585, in subscribers
Module plone.caching.hooks, line 102, in intercept
Intercepted

It's part of how plone.caching works (I forget the details). In new
Zope2 instances 'Intercepted' is included in the default list of
exceptions ignored by error_log. So my guess is there is a missing
upgrade step to add it.

Thanks, this explains it, so nothing to worry about.

Andreas