- Notifications
You must be signed in to change notification settings - Fork1k
Closed
Labels
Description
In the current docs under Administration > Users > OIDC Authentication it says
To troubleshoot claims, set CODER_VERBOSE=true and follow the logs while signing in via OIDC as a new user.
however, when setting that variable, coder gives the following warning:
WARN:CODER_VERBOSE
is deprecated, please useCODER_LOG_FILTER
instead.