Small change in debug logging.

This commit is contained in:
James Cole
2023-09-23 16:29:21 +02:00
parent f66dd259f0
commit e81565d36a
2 changed files with 2 additions and 4 deletions

View File

@@ -232,7 +232,6 @@ class DebugController extends Controller
return [
'tz' => env('TZ'),
'debug' => var_export(config('app.debug'), true),
'log_channel' => env('LOG_CHANNEL'),
'audit_log_channel' => envNonEmpty('AUDIT_LOG_CHANNEL', '(empty)'),
'default_language' => (string)config('firefly.default_language'),
'default_locale' => (string)config('firefly.default_locale'),