Skip to content

Commit

Permalink
Better phpDoc on TStdOutLogRoute
Browse files Browse the repository at this point in the history
specify that it can be turned on only for the built in dev server with the getOnlyDevServer configuration option
  • Loading branch information
belisoful committed Aug 20, 2023
1 parent 2a2f54d commit ab77267
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions framework/Util/TStdOutLogRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
* @since 4.2.3
*/
Expand Down

0 comments on commit ab77267

Please sign in to comment.