Skip to content

Commit

Permalink
fix(jans-linux-setup): defaults loggingLevel to INFO (#1346)
Browse files Browse the repository at this point in the history
Co-authored-by: YuriyZ <yzabrovarniy@gmail.com>
  • Loading branch information
yuriyzz and yuriyz authored May 16, 2022
1 parent 21a2120 commit 26b1163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
"delayTime": 2,
"bruteForceProtectionEnabled": false
},
"loggingLevel": "%(jans_auth_logging_level)s",
"loggingLevel": "INFO",
"loggingLayout": "text",
"errorHandlingMethod":"internal",
"useLocalCache":true,
Expand Down

0 comments on commit 26b1163

Please sign in to comment.