diff --git a/publishable/config/request-log.php b/publishable/config/request-log.php index 19ecccb..4cef966 100644 --- a/publishable/config/request-log.php +++ b/publishable/config/request-log.php @@ -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.