Skip to content

Commit 53d4dcc

Browse files
authored
mjn/enable-by-default (#55)
1 parent 30f71dc commit 53d4dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publishable/config/request-log.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
|
1313
*/
1414

15-
'enabled' => env('REQUEST_LOG_ENABLED', false),
15+
'enabled' => env('REQUEST_LOG_ENABLED', true),
1616

1717
'truncateBodyLength' => env('REQUEST_LOG_TRUNCATE_BODY_LENGTH', 10000), // Truncate the length of body of request or response to maximum this size. Set to -1 to disable.
1818

0 commit comments

Comments
 (0)