From 3c614ac5d622a73f607f489e9a9f382035a9fa44 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 3 Nov 2014 10:26:04 -0600 Subject: [PATCH] Working on logging. --- config/app.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/app.php b/config/app.php index 759f57ab..04950996 100644 --- a/config/app.php +++ b/config/app.php @@ -82,6 +82,21 @@ return [ 'cipher' => MCRYPT_RIJNDAEL_128, + /* + |-------------------------------------------------------------------------- + | Logging Configuration + |-------------------------------------------------------------------------- + | + | Here you may configure the log settings for your application. Out of + | 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" + | + */ + + 'log' => 'daily', + /* |-------------------------------------------------------------------------- | Autoloaded Service Providers