In one of our application my developer requested to enable below two debug flags for security concerns what is the use of enabling below two debug flags is it only to get speicific security errors since weblogic 10.3.6 has obfuscated all the specific security errors and just raises Unknown Exception error for all the security failures.
-Dweblogic.wsee.security.debug=true -Dweblogic.wsee.security.verbose=true
Is there any way that we can get the required result by using only one of the above two Debug flags or another instead of these two flags?