]
Radoslav Husar commented on WFWIP-286:
--------------------------------------
This would require converting the whole project to use jboss-logging properly with IDs
which is not viable in the current effort.
MP Fault Tolerance - Fault Tolerance is missing logging code when
activated
---------------------------------------------------------------------------
Key: WFWIP-286
URL:
https://issues.redhat.com/browse/WFWIP-286
Project: WildFly WIP
Issue Type: Bug
Components: MP Fault Tolerance
Reporter: Miroslav Novak
Assignee: Radoslav Husar
Priority: Minor
If MP FT is activated by deployment then INFO log is missing logging code:
{code}
10:18:31,626 INFO [io.smallrye.faulttolerance.HystrixExtension] (MSC service thread 1-1)
MicroProfile: Fault Tolerance activated
{code}
Logging code should be added.