Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d28f8f8

Browse files
committed
Merge pull request symfony#1650 from ip512/patch-4
Remove references to verbose profiler option
2 parents f28ef69 + 60a75a6 commit d28f8f8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

book/internals.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ the configuration for the development environment:
519519
web_profiler:
520520
toolbar: true
521521
intercept_redirects: true
522-
verbose: true
523522
524523
.. code-block:: xml
525524
@@ -559,10 +558,6 @@ When ``intercept-redirects`` is set to ``true``, the web profiler intercepts
559558
the redirects and gives you the opportunity to look at the collected data
560559
before following the redirect.
561560

562-
When ``verbose`` is set to ``true``, the Web Debug Toolbar displays a lot of
563-
information. Setting ``verbose`` to ``false`` hides some secondary information
564-
to make the toolbar shorter.
565-
566561
If you enable the web profiler, you also need to mount the profiler routes:
567562

568563
.. configuration-block::

0 commit comments

Comments
 (0)