Skip to content

Commit

Permalink
mjn/enable-by-default
Browse files Browse the repository at this point in the history
  • Loading branch information
firecow authored Jul 3, 2024
1 parent 30f71dc commit 421a578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publishable/config/request-log.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
|
*/

'enabled' => env('REQUEST_LOG_ENABLED', false),
'enabled' => env('REQUEST_LOG_ENABLED', true),

'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.

Expand Down

0 comments on commit 421a578

Please sign in to comment.