Browse Source

Working on logging.

Taylor Otwell 9 years ago
parent
commit
3c614ac5d6
1 changed files with 15 additions and 0 deletions
  1. 15 0
      config/app.php

+ 15 - 0
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