temporalio / temporalio/features
[Feature Request] Optionally hide server startup banner
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Is your feature request related to a problem? Please describe.
Currently it seems start_local (hopefully I'm not getting the source wrong) would by default show a startup banner (which is not useful in test I assume, and would pollute test log), e.g.:
tests/workflows/test_workflows.py::TestProcessUploadWorkflow::test_complete_upload_processing
CLI 1.4.1 (Server 1.28.0, UI 2.39.0)
Server: localhost:39163
Metrics: http://localhost:36885/metrics
PASSED
tests/workflows/test_workflows.py::TestProcessUploadWorkflow::test_processing_loop_multiple_levels CLI 1.4.1 (Server 1.28.0, UI 2.39.0)
Server: localhost:44607
Metrics: http://localhost:42807/metrics
PASSED
tests/workflows/test_workflows.py::TestProcessExampleUploadWorkflow::test_example_upload_processing
CLI 1.4.1 (Server 1.28.0, UI 2.39.0)
Server: localhost:38181
Metrics: http://localhost:44591/metrics
PASSED
tests/workflows/test_workflows.py::TestEditUploadMetadataWorkflow::test_successful_metadata_edit
CLI 1.4.1 (Server 1.28.0, UI 2.39.0)
Server: localhost:38509
Metrics: http://localhost:45393/metrics
PASSED
Describe the solution you'd like
It would be great if this banner could be suppressed by default (or at least have a switch to mute it)?
Additional context
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the start_local entry point and inspect the workflow tests under tests/workflows/, where the banner output is shown. Determine how startup output is emitted and verify that the requested default suppression or mute switch prevents the banner from polluting test logs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100