Skip to content

Commit 112c86b

Browse files
bk-tystayallive
andauthored
fix: SENTRY_LOG_LEVEL env naming (#1051)
Co-authored-by: Alex Bouma <alex@bouma.me>
1 parent d7ab8df commit 112c86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/sentry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'enable_logs' => env('SENTRY_ENABLE_LOGS', false),
3737

3838
// The minimum log level that will be sent to Sentry as logs using the `sentry_logs` logging channel
39-
'logs_channel_level' => env('SENTRY_LOGS_LEVEL', env('LOG_LEVEL', 'debug')),
39+
'logs_channel_level' => env('SENTRY_LOG_LEVEL', env('SENTRY_LOGS_LEVEL', env('LOG_LEVEL', 'debug'))),
4040

4141
// @see: https://docs.sentry.io/platforms/php/guides/laravel/configuration/options/#send_default_pii
4242
'send_default_pii' => env('SENTRY_SEND_DEFAULT_PII', false),

0 commit comments

Comments
 (0)