We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b0584 commit 5518ef8Copy full SHA for 5518ef8
config/app.php
@@ -28,10 +28,13 @@
28
29
/**
30
* Logs enabled, path and level
31
+ *
32
+ * When path is `false` the default Apache/Nginx error logs are used. By setting path to a string, no logs will be sent
33
+ * to the default and instead a file will be created. To disable all logging output set `enabled` to `false`.
34
*/
35
'logs' => [
- 'enabled' => false,
- 'path' => get_template_directory().'/app.log',
36
+ 'enabled' => true,
37
+ 'path' => false,
38
'level' => Monolog\Logger::ERROR,
39
],
40
0 commit comments