Mining/pkg
snider 89f74aebff refactor: Replace log.Printf with structured logging
Migrate all log.Printf/Println calls across the codebase to use the
new pkg/logging structured logging package. This provides consistent
log formatting with levels, timestamps, and structured key-value fields.

Files updated:
- pkg/mining/manager.go, service.go, events.go, miner.go
- pkg/mining/xmrig_start.go, ttminer_start.go
- pkg/mining/syslog_unix.go, syslog_windows.go
- pkg/database/hashrate.go
- pkg/node/worker.go, transport.go, peer.go

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 11:48:45 +00:00
..
database refactor: Replace log.Printf with structured logging 2025-12-31 11:48:45 +00:00
logging feat: Add structured logging package 2025-12-31 11:18:22 +00:00
mining refactor: Replace log.Printf with structured logging 2025-12-31 11:48:45 +00:00
node refactor: Replace log.Printf with structured logging 2025-12-31 11:48:45 +00:00