Skip to content

fix: correct default tenant label in start output#111

Open
BimaPangestu28 wants to merge 1 commit into
mainfrom
fix/start-tenant-default-label
Open

fix: correct default tenant label in start output#111
BimaPangestu28 wants to merge 1 commit into
mainfrom
fix/start-tenant-default-label

Conversation

@BimaPangestu28
Copy link
Copy Markdown
Member

Summary

  • Fix startup log showing tenant=default when no --tenant flag passed
  • The runtime defaults to demo (via DemoConfig::default()), not default
  • Changed fallback in gtc start output to match actual runtime behavior

Test plan

  • cargo test passes
  • Run gtc start without --tenant and verify log shows tenant=demo

The startup log showed 'tenant=default' when no --tenant flag was
passed, but the runtime actually defaults to 'demo'. Changed the
fallback label to match the runtime behavior.

Bump version to 0.9.47.
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.

1 participant