acoustic-carpenter-78188
02/20/2023, 12:54 PMif (!isAndroid()) {
staticLoggerBinderPathSet = findPossibleStaticLoggerBinderPathSet();
reportMultipleBindingAmbiguity(staticLoggerBinderPathSet);
}
// the next line does the binding
StaticLoggerBinder.getSingleton();
findPossibleStaticLoggerBinderPathSet does the resource load so even we prevent delegation to parent at that point, StaticLoggerBinder.getSingleton() will still delegate to parent, without this PR.
Tracking Issue
_Remove the '_fixes_' keyword if there will be multiple PRs to fix the linked issue_
fixes flyteorg/flyte#3147
Follow-up issue
NA
flyteorg/flytekit-java
✅ All checks have passed
3/3 successful checksacoustic-carpenter-78188
02/20/2023, 4:23 PM