Tzu-Li (Gordon) Tai created FLINK-23714: -------------------------------------------
Summary: Expose both master and worker logs when using StatefulFunctionsAppContainers Key: FLINK-23714 URL: https://issues.apache.org/jira/browse/FLINK-23714 Project: Flink Issue Type: Improvement Components: Stateful Functions Reporter: Tzu-Li (Gordon) Tai Assignee: Tzu-Li (Gordon) Tai We currently only support exposing master logs when using the {{StatefulFunctionsAppContainers}} E2E test utility. A lot of the times, the worker logs are also insightful, e.g. checking logs of state restore operations. Lets extend the {{exposeMasterLogs(Logger)}} method to simply be {{exposeLogs(Logger)}} which exposes both the master and worker logs. -- This message was sent by Atlassian Jira (v8.3.4#803005)