Skip to content

feat: add structured startup config log - #202

Closed
khanavi272-spec wants to merge 2 commits into
accesslayerorg:mainfrom
khanavi272-spec:feature/startup-config-log
Closed

feat: add structured startup config log#202
khanavi272-spec wants to merge 2 commits into
accesslayerorg:mainfrom
khanavi272-spec:feature/startup-config-log

Conversation

@khanavi272-spec

Copy link
Copy Markdown
Contributor

Closes #194

Summary

  • Added structured startup log for loaded runtime config summary
  • Logs environment, port, and timestamp
  • Avoids logging sensitive information (e.g., secrets, API keys)

Changes

  • Updated src/server.ts
  • Added structured log using existing logger

Validation

  • Ran server locally using npm run dev
  • Verified startup log is printed correctly

Notes

  • Used envConfig.MODE as the environment source (project standard)
  • No unrelated changes included

@drips-wave

drips-wave Bot commented Apr 26, 2026

Copy link
Copy Markdown

@khanavi272-spec Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Chucks1093

Copy link
Copy Markdown
Member

Closing to keep the queue focused; please reopen or resubmit if still needed.

@Chucks1093 Chucks1093 closed this May 26, 2026
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.

Add structured startup log for loaded config summary

2 participants