Skip to content

Commit 6c54ca3

Browse files
committed
[Fix] Add enable log for configuration
1 parent 609a2d6 commit 6c54ca3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/PerformancePrinter.php

+9
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,13 @@
3131

3232
// enable this package
3333
'enable' => true,
34+
35+
// log
36+
'log' => [
37+
// is logging enable?
38+
'enable' => false,
39+
40+
// The path that the log file stored
41+
'filepath' => '/tmp/performance_printer.log',
42+
],
3443
];

0 commit comments

Comments
 (0)