From d5ade00416af4fd8e649c7011b54110728cf229e Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 19 Jan 2025 19:09:41 +0100 Subject: [PATCH] add log level --- charts/pixelfed/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/pixelfed/values.yaml b/charts/pixelfed/values.yaml index 1ceae77..8917ffd 100644 --- a/charts/pixelfed/values.yaml +++ b/charts/pixelfed/values.yaml @@ -352,6 +352,8 @@ pixelfed: laravel: # -- Laravel log channel. Pixelfed's default, 'stack', sends logs to the default Laravel logfile. 'stderr' allows Kubernetes to capture these logs log_channel: stack + # -- logging level + log_level: "debug" # -- Enable open registration for new accounts open_registration: true