Skip to content

Commit

Permalink
fix: jans-linux-setup set log level to TRACE for test data (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed May 16, 2022
1 parent 299e572 commit 21a2120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jans-linux-setup/jans_setup/setup_app/test_data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ def load_test_data(self):
'sessionIdRequestParameterEnabled': True,
'skipRefreshTokenDuringRefreshing': False,
'enabledComponents': ['unknown', 'health_check', 'userinfo', 'clientinfo', 'id_generation', 'registration', 'introspection', 'revoke_token', 'revoke_session', 'end_session', 'status_session', 'jans_configuration', 'ciba', 'uma', 'u2f', 'device_authz', 'stat', 'par'],
'cleanServiceInterval':7200
'cleanServiceInterval':7200,
'loggingLevel': 'TRACE',
}

if Config.get('config_patch_creds'):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
"delayTime": 2,
"bruteForceProtectionEnabled": false
},
"loggingLevel": "INFO",
"loggingLevel": "%(jans_auth_logging_level)s",
"loggingLayout": "text",
"errorHandlingMethod":"internal",
"useLocalCache":true,
Expand Down

0 comments on commit 21a2120

Please sign in to comment.