]
Miroslav Novak updated WFLY-12972:
----------------------------------
Affects Version/s: 19.0.0.Beta1
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
Affects Versions: 19.0.0.Beta1
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.