We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25d246 commit 66d5f49Copy full SHA for 66d5f49
components/phpunit_bridge.rst
@@ -350,6 +350,16 @@ the compiling and warming up of the container:
350
351
The ``--deprecations`` option was introduced in Symfony 5.1.
352
353
+Log Deprecations
354
+~~~~~~~~~~~~~~~~
355
+
356
+For turning the verbose output off and write it to a log file instead you can use
357
+``SYMFONY_DEPRECATIONS_HELPER='logFile=/path/deprecations.log'``.
358
359
+.. versionadded:: 5.3
360
361
+ The ``logFile`` option was introduced in Symfony 5.3.
362
363
Write Assertions about Deprecations
364
-----------------------------------
365
0 commit comments