From f03cd239f342baa6c29397f2bc1a63c441263505 Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 11 Apr 2005 15:33:31 +0000 Subject: [PATCH] Put an example into environment.php for the new phpErrorLogFile option. --- config/environment.php | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/config/environment.php b/config/environment.php index 951524d..223f769 100644 --- a/config/environment.php +++ b/config/environment.php @@ -96,6 +96,10 @@ $default->scrollingNews = false; // filled in, then set $default->genericMetaDataRequired = false; $default->genericMetaDataRequired = true; +// If you want to enable PHP error logging to the log/php_error_log +// file, uncomment the next line: +// $default->phpErrorLogFile = true; + // ---------------------------------------------------------------- // WARNING: Settings below here may be overridden if using database // configuration -- libgit2 0.21.4