diff --git a/.github/release-drafter.yaml b/.github/release-drafter.yaml index 6bcb5ea..3bc3a0f 100644 --- a/.github/release-drafter.yaml +++ b/.github/release-drafter.yaml @@ -21,4 +21,6 @@ version-resolver: template: | $CHANGES footer: | - **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION + ## Full Changelog + + https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION diff --git a/config/blink-logger.php b/config/blink-logger.php index 7192594..0e76482 100644 --- a/config/blink-logger.php +++ b/config/blink-logger.php @@ -30,9 +30,7 @@ 'enabled' => env('LOG_REQUEST_ENABLED', false), 'channel' => config('logging.default'), 'include_paths' => [], - 'exclude_paths' => [ - '_debugbar', - ], + 'exclude_paths' => [], 'middleware' => \LaravelBlinkLogger\Http\Middleware\RequestLogger::class, 'middleware_group_names' => [ 'web',