mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-07-01 05:59:37 +00:00
- Remove all colors from error/warn logs per style guide - Add appropriate colors to logger.log calls (green=success, yellow=warning, blue=info, gray=metadata) - Remove all prefixes like [STREAM], ERROR:, WARNING: - Ensure all messages start lowercase (except acronyms) with no periods - Add missing essential logs for lifecycle events and state changes - Add debug logs for troubleshooting and performance monitoring - Ensure all error logs include the error object - Add proper logging to previously silent catch blocks - Enhance context in logs with relevant IDs, counts, and durations The logging now provides comprehensive visibility into: - Server initialization and shutdown sequences - Session lifecycle (creation, usage, termination) - Connection events and client tracking - Authentication attempts and security events - File system operations and Git performance - Remote server health checks and HQ communication - Process management across platforms - Resource cleanup and performance metrics 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| activity-monitor.ts | ||
| buffer-aggregator.ts | ||
| control-dir-watcher.ts | ||
| hq-client.ts | ||
| remote-registry.ts | ||
| shutdown-state.ts | ||
| stream-watcher.ts | ||
| terminal-manager.ts | ||