From 3e671589b6ed6540e96876fc7bbdc5cf714ce937 Mon Sep 17 00:00:00 2001 From: jls2933 Date: Wed, 9 Sep 2015 11:47:28 +0200 Subject: [PATCH 1/2] Update storage.rst --- cookbook/profiler/storage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/profiler/storage.rst b/cookbook/profiler/storage.rst index e91ef883eaa..04e8f3d815b 100644 --- a/cookbook/profiler/storage.rst +++ b/cookbook/profiler/storage.rst @@ -4,7 +4,7 @@ Switching the Profiler Storage ============================== -By default the profile stores the collected data in files in the cache directory. +By default the profile stores the collected data in files in the cache directory, under ``%kernel.cache_dir%/profiler``. You can control the storage being used through the ``dsn``, ``username``, ``password`` and ``lifetime`` options. For example, the following configuration uses MySQL as the storage for the profiler with a lifetime of one hour: From 126aaecb4cb27af09cd71a3319755fa88d645cac Mon Sep 17 00:00:00 2001 From: jls2933 Date: Fri, 9 Oct 2015 19:23:57 +0200 Subject: [PATCH 2/2] Rewriting of the sentence. --- cookbook/profiler/storage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/profiler/storage.rst b/cookbook/profiler/storage.rst index 04e8f3d815b..c403ae36c51 100644 --- a/cookbook/profiler/storage.rst +++ b/cookbook/profiler/storage.rst @@ -4,7 +4,7 @@ Switching the Profiler Storage ============================== -By default the profile stores the collected data in files in the cache directory, under ``%kernel.cache_dir%/profiler``. +By default the profile stores the collected data in files in the ``%kernel.cache_dir%/profiler/`` directory. You can control the storage being used through the ``dsn``, ``username``, ``password`` and ``lifetime`` options. For example, the following configuration uses MySQL as the storage for the profiler with a lifetime of one hour: