Enable auth-service trace logging for debugging
Added AUTH_SERVICE_LOG_LEVEL=trace to help debug authentication redirect issues. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
db46c98584
commit
1126d2e7f6
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ spec:
|
||||||
value: "https://opencloud.basicstack.de"
|
value: "https://opencloud.basicstack.de"
|
||||||
- name: OC_LOG_LEVEL
|
- name: OC_LOG_LEVEL
|
||||||
value: "info"
|
value: "info"
|
||||||
|
- name: AUTH_SERVICE_LOG_LEVEL
|
||||||
|
value: "trace"
|
||||||
- name: OC_LOG_PRETTY
|
- name: OC_LOG_PRETTY
|
||||||
value: "false"
|
value: "false"
|
||||||
- name: OC_LOG_COLOR
|
- name: OC_LOG_COLOR
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue