]
Radoslav Husar commented on WFLY-12972:
---------------------------------------
I can see if we can get this done in the new impl.
MP Fault Tolerance - Fault Tolerance is missing logging code when
activated
---------------------------------------------------------------------------
Key: WFLY-12972
URL:
https://issues.redhat.com/browse/WFLY-12972
Project: WildFly
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.