|
@@ -28,6 +28,20 @@ return [
|
|
|
|
|
|
'debug' => env('APP_DEBUG', false),
|
|
'debug' => env('APP_DEBUG', false),
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
+ |--------------------------------------------------------------------------
|
|
|
|
+ | Application Log Level
|
|
|
|
+ |--------------------------------------------------------------------------
|
|
|
|
+ |
|
|
|
|
+ | By default, Laravel will write all log messages to its log file. You
|
|
|
|
+ | can specify the minimum log level by setting this value to one of
|
|
|
|
+ | the logging levels defined in RFC 5424 and Laravel will log all
|
|
|
|
+ | messages greater than or equal to the configured log level.
|
|
|
|
+ |
|
|
|
|
+ */
|
|
|
|
+
|
|
|
|
+ 'log_level' => env('APP_LOG_LEVEL', 'debug'),
|
|
|
|
+
|
|
/*
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
|--------------------------------------------------------------------------
|
|
| Application URL
|
|
| Application URL
|