This content has been marked as final.
Show 2 replies
-
1. Re: Not able to enable TRACE/DEBUG for org.jboss.security.auth.spi.LdapExtLoginModule
jprasanna Nov 8, 2016 11:51 PM (in response to jprasanna)Any updates here?
This will help us in debugging lot of AD/LDAP issues.
-
2. Re: Not able to enable TRACE/DEBUG for org.jboss.security.auth.spi.LdapExtLoginModule
mchoma Nov 9, 2016 6:01 AM (in response to jprasanna)1 of 1 people found this helpfulThis is what we use for logging security stuff. In CLI just run these commands:
/subsystem=logging/logger=org.jboss.security:add(level=ALL)
/subsystem=logging/logger=org.jboss.as.security:add(level=ALL)
/subsystem=logging/logger=org.picketbox:add(level=ALL)
/subsystem=logging/logger=org.jboss.as.domain.management.security:add(level=ALL)
/subsystem=logging/logger=org.wildfly.security:add(level=ALL)
/subsystem=logging/logger=org.wildfly.elytron:add(level=ALL)
/subsystem=logging/console-handler=CONSOLE:write-attribute(name=level, value=ALL)
You are probably missing setting FILE handler to TRACE level.