Clean up logging in the FnApiRunner
Open
harness
improvement
P3
python
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 205
Description
We should consider cleaning up the logging emitted through execution of pipelines with the local FnApiRunner. We currently do some pretty verbose debug logging, and we should audit each logging invocation to retain only the ones necessary.
Imported from Jira [BEAM-3641](https://issues.apache.org/jira/browse/BEAM-3641). Original Jira may contain additional context.
Reported by: ccy.
Contributor guide
Research direction
The entry point named is FnApiRunner; locate its logging invocations and audit which messages are necessary during local pipeline execution. Done means redundant verbose debug logging is removed while necessary logging remains, with the affected behavior checked.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100