From b4609a930e085e0f821bc83c26d1e816ebaa2278 Mon Sep 17 00:00:00 2001 From: Vojta Svoboda Date: Wed, 10 Jun 2015 10:01:09 +0200 Subject: [PATCH] Logging configuration comment update --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index aedb8b814..1da5680c6 100644 --- a/config/app.php +++ b/config/app.php @@ -94,7 +94,7 @@ return [ | 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" | */