]
Miroslav Novak commented on WFWIP-283:
--------------------------------------
Thanks, this is fixed
MP Fault Tolerance - No logging code in Warning: "No URLs will
be polled as dynamic configuration sources"
----------------------------------------------------------------------------------------------------------
Key: WFWIP-283
URL:
https://issues.redhat.com/browse/WFWIP-283
Project: WildFly WIP
Issue Type: Bug
Components: MP Fault Tolerance
Reporter: Miroslav Novak
Assignee: Radoslav Husar
Priority: Blocker
There is warning without logging code:
{code}
09:17:08,750 WARN [com.netflix.config.sources.URLConfigurationSource] (MSC service
thread 1-7) No URLs will be polled as dynamic configuration sources.
{code}
Looks like this is caused by hystrix as it's missing config.properties file:
[1]
https://github.com/Netflix/Hystrix/issues/275
This Warning should have logging code and hystrix updated not to log it on WARN level.