Move MCP gateway logs from /tmp/gh-aw/mcp-logs/gateway/ to /tmp/gh-aw/mcp-logs/#9617
Conversation
|
@copilot variable name should be MCP_GATEWAY_LOG_DIR (log singular) |
…h-aw/mcp-logs/gateway/ - Updated start_mcp_gateway.sh to: - Create /tmp/gh-aw/mcp-logs/ instead of /tmp/gh-aw/mcp-logs/gateway/ - Write stderr.log directly to /tmp/gh-aw/mcp-logs/stderr.log - Set MCP_GATEWAY_LOGS_DIR environment variable - Pass MCP_GATEWAY_LOGS_DIR to the gateway container - Updated parse_mcp_gateway_log.cjs to use new log paths - Updated mcp_servers.go to pass MCP_GATEWAY_LOGS_DIR to container - Recompiled all workflow lock files with new paths Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot use MCP_GATEWAY_LOG_DIR , not MCP_GATEWAY_LOGS_DIR (singular) |
- Updated start_mcp_gateway.sh to use MCP_GATEWAY_LOG_DIR - Updated mcp_servers.go to pass MCP_GATEWAY_LOG_DIR to container - Recompiled all workflow lock files with new variable name Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
|
📰 DEVELOPING STORY: Smoke Copilot reports failed. Our correspondents are investigating the incident... |
|
🎉 Yo ho ho! Changeset Generator found the treasure and completed successfully! ⚓💰 |
Smoke Test ResultsLast 2 merged PRs:
Test Results:
Overall: PARTIAL PASS (5/6 tests passed)
|
|
Smoke test (Codex):
|
Flattens the MCP gateway logs directory structure by moving logs from
/tmp/gh-aw/mcp-logs/gateway/to/tmp/gh-aw/mcp-logs/, eliminating unnecessary nesting.Changes
/tmp/gh-aw/mcp-logs/directly, write stderr tostderr.loginstead ofgateway/stderr.log, exportMCP_GATEWAY_LOG_DIR=/tmp/gh-aw/mcp-logs/gateway/gateway.log→gateway.logandgateway/stderr.log→stderr.logMCP_GATEWAY_LOG_DIRenvironment variable to gateway container via-eflagPath Changes
The gateway container receives
MCP_GATEWAY_LOG_DIRto configure its log output location.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.