We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8739c3d commit d6a18aeCopy full SHA for d6a18ae
1 file changed
ApproovApplication.js
@@ -237,7 +237,8 @@ function unauthorized(res) {
237
238
function logAuthFailure(err) {
239
if (err instanceof ApproovAuthError) {
240
- console.warn(`[Approov] ${err.message}`);
+ // uncomment this if you want to see the specific error messages under server logs.
241
+ // console.warn(`[Approov] ${err.message}`);
242
return;
243
}
244
console.warn('[Approov] Unexpected authentication error.', err);
0 commit comments