Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Disable excessive profiling in eZ Platform development mode

By default eZ Publish and eZ Platform use the Stash bundle to handle caching. This can lead to gigabytes of log data when in development environment as Stash by default keeps track of a lot of when running Symfony in Development mode.

A quick way to reduce logging is to disable tracking in Stash, via ezpublish.yml:

stash:
    tracking: false

Source: EZP-23939 - Cache tracking fails with ContentTypes


Written by Jani Tarvainen on Wednesday September 2, 2015
Permalink -

- eZ Platform / Publish Bundles »