From a70c11fccebddb9f4b0deb1f5f57daa068fb1ff1 Mon Sep 17 00:00:00 2001 From: "Jose H. Milan" Date: Thu, 29 Jan 2015 09:46:32 +0100 Subject: [PATCH] Mentioning new config option as per Taylor request https://github.com/laravel/framework/pull/7173#issuecomment-71988006 --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 034e948c..d97f4884 100644 --- a/config/app.php +++ b/config/app.php @@ -91,7 +91,7 @@ | the box, Laravel uses the Monolog PHP logging library. This gives | you a variety of powerful log handlers / formatters to utilize. | - | Available Settings: "single", "daily", "syslog" + | Available Settings: "single", "daily", "syslog", "errorlog" | */