]
Jan Kalina reassigned ELY-744:
------------------------------
Assignee: Martin Mazanek (was: Jan Kalina)
Create log categories for mechanisms instead of prefixing messages
------------------------------------------------------------------
Key: ELY-744
URL:
https://issues.jboss.org/browse/ELY-744
Project: WildFly Elytron
Issue Type: Enhancement
Reporter: Jan Kalina
Assignee: Martin Mazanek
Priority: Minor
Fix For: 1.2.0.Beta10
In log messages are often used prefixes to determine context of the message - typically
name of mechanism:
{code:java}
log.trace("ClientCertAuthenticationMechanism: re-authentication succeed");
{code}
This should be replaced by standalone log categories.