Change default log level of IDP
- the IDP log level is now configurable via the idp_log_level variable
- the IDP log level default has been changed to 'debug' to be compatible
with changes in
1e676e8cf1
This commit is contained in:
parent
7b8bb69bcf
commit
52193d647f
1 changed files with 1 additions and 1 deletions
|
@ -16,4 +16,4 @@ enc-key = "{{ idp_enc_key | default(lookup('community.general.random_string', le
|
|||
url = "https://{{ oidc_urls.hydra_admin.address | default("hydra.cacert.localhost") }}:{{ oidc_urls.hydra_admin.port | default("3000") }}"
|
||||
|
||||
[log]
|
||||
level = "trace"
|
||||
level = "{{ idp_log_level | default('debug') }}"
|
||||
|
|
Loading…
Reference in a new issue