From ab77267dbed1abab2311347e5eefda1e34dd6f47 Mon Sep 17 00:00:00 2001 From: Belisoful Date: Sun, 20 Aug 2023 03:51:49 -0700 Subject: [PATCH] Better phpDoc on TStdOutLogRoute specify that it can be turned on only for the built in dev server with the getOnlyDevServer configuration option --- framework/Util/TStdOutLogRoute.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/framework/Util/TStdOutLogRoute.php b/framework/Util/TStdOutLogRoute.php index bfecc10ed..c38022fe1 100644 --- a/framework/Util/TStdOutLogRoute.php +++ b/framework/Util/TStdOutLogRoute.php @@ -23,6 +23,10 @@ * This sends the log to STDOUT and will corrupt web server log files. This is useful * in presenting PRADO logs in the PHP (Test and Development) Web Server output. * + * The TStdOutLogRoute can be turned off for all but the built-in Test web server + * with the configuration property {@see \Prado\Util\TStdOutLogRoute::getOnlyDevServer} + * set to true. + * * @author Brad Anderson * @since 4.2.3 */