SparkLoggingContext sparkLoggingContext = new SparkLoggingContext(accountId, applicationId, entityId);
UserServiceLoggingContext userServiceLoggingContext = new UserServiceLoggingContext(accountId, applicationId,
entityId, "");
return new OrFilter(
ImmutableList.of(createFilter(flowletLoggingContext),
createFilter(procedureLoggingContext),
createFilter(mapReduceLoggingContext),
createFilter(sparkLoggingContext),
createFilter(userServiceLoggingContext)