Skip to content

Conversation

@Abhishek00810
Copy link

What was changed

Updated the local server startup log messages to explicitly include the "Temporal" prefix.

  • Server: ... -> Temporal Server: ...
  • UI: ... -> Temporal UI: ...
  • Metrics: ... -> Temporal Metrics: ...

Why?

To address the ambiguity mentioned in issue #835 where users (especially in multi-service local environments) could confuse Temporal's startup logs with their own application's logs. This clarifies exactly which ports belong to the Temporal development server.

Checklist

  1. Closes [Feature Request] Allow server startup logging to be disabled or rewritten #835

  2. How was this tested:
    Ran the server locally using go build ./cmd/temporal && ./temporal server start-dev --headless and verified the console output matches the new format.

image
  1. Any docs updates needed?
    No.

@Abhishek00810 Abhishek00810 requested review from a team as code owners January 30, 2026 15:59
@CLAassistant
Copy link

CLAassistant commented Jan 30, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request] Allow server startup logging to be disabled or rewritten

2 participants