]
Miroslav Novak moved WFWIP-286 to WFLY-12972:
---------------------------------------------
Project: WildFly (was: WildFly WIP)
Key: WFLY-12972 (was: WFWIP-286)
Component/s: MP Fault Tolerance
(was: MP Fault Tolerance)
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.