Enable trace logging for all auth services

Added trace logging for:
- AUTH_SERVICE_LOG_LEVEL
- AUTH_APP_LOG_LEVEL
- AUTH_BASIC_LOG_LEVEL
- AUTH_MACHINE_LOG_LEVEL

This will provide detailed auth debugging information.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
CTO Agent 2026-07-05 10:44:39 +00:00
parent 1126d2e7f6
commit 83e120aa2b

View file

@ -82,8 +82,15 @@ spec:
value: "https://opencloud.basicstack.de"
- name: OC_LOG_LEVEL
value: "info"
# Auth services trace logging
- name: AUTH_SERVICE_LOG_LEVEL
value: "trace"
- name: AUTH_APP_LOG_LEVEL
value: "trace"
- name: AUTH_BASIC_LOG_LEVEL
value: "trace"
- name: AUTH_MACHINE_LOG_LEVEL
value: "trace"
- name: OC_LOG_PRETTY
value: "false"
- name: OC_LOG_COLOR