Skip to content

Commit

Permalink
[Fix] Add enable log for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
TsaiKoga committed Sep 25, 2020
1 parent 609a2d6 commit 6c54ca3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/PerformancePrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,13 @@

// enable this package
'enable' => true,

// log
'log' => [
// is logging enable?
'enable' => false,

// The path that the log file stored
'filepath' => '/tmp/performance_printer.log',
],
];

0 comments on commit 6c54ca3

Please sign in to comment.