Skip to content

refactor: unify logging in Go server#2

Merged
ndsl6211 merged 2 commits into
masterfrom
chore/logging
Mar 1, 2026
Merged

refactor: unify logging in Go server#2
ndsl6211 merged 2 commits into
masterfrom
chore/logging

Conversation

@ndsl6211
Copy link
Copy Markdown
Owner

@ndsl6211 ndsl6211 commented Mar 1, 2026

  • Replace standard log package calls with custom logger package across main.go, server.go, and sse.go
  • Ensure consistent logging style and level handling throughout the backend
  • Improve log messages for SSE heartbeat and MCP request handling

ndsl6211 added 2 commits March 1, 2026 18:46
- Replace standard log package calls with custom logger package across main.go, server.go, and sse.go
- Ensure consistent logging style and level handling throughout the backend
- Improve log messages for SSE heartbeat and MCP request handling
- Restore missing net/http import in server.go
- Remove unused log import in sse.go
@ndsl6211 ndsl6211 merged commit 590e2ea into master Mar 1, 2026
2 checks passed
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