Skip to content

Commit a3b0584

Browse files
authored
Update default log config
1 parent a52fab2 commit a3b0584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/app.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
*/
3232
'logs' => [
3333
'enabled' => false,
34-
// 'path' => get_template_directory().'/app.log',
35-
// 'level' => Monolog\Logger::Error,
34+
'path' => get_template_directory().'/app.log',
35+
'level' => Monolog\Logger::ERROR,
3636
],
3737

3838
'themeSupport' => [

0 commit comments

Comments
 (0)