Disable auth token logging

We have a work in progress feature that required the logging,
This feature is not going to be shipped for a while so disabling this
for now.
This commit is contained in:
Sam 2018-09-04 17:05:06 +10:00
parent 3b337bfc6b
commit 6e3f249aea
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ login:
verbose_sso_logging: false
verbose_auth_token_logging:
hidden: true
default: true
default: false
sso_url:
default: ''
regex: '^https?:\/\/.+[^\/]$'