Mining/pkg/node
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
..
bundle.go refactor: Remove unused code and fix nil dereference issues 2025-12-31 09:24:12 +00:00
bundle_test.go feat: Add multi-node P2P mining management system 2025-12-29 19:49:33 +00:00
controller.go refactor: Remove unused code and fix nil dereference issues 2025-12-31 09:24:12 +00:00
identity.go refactor: Remove unused code and fix nil dereference issues 2025-12-31 09:24:12 +00:00
identity_test.go fix: Add NewNodeManagerWithPaths for testing isolation 2025-12-31 03:25:43 +00:00
message.go feat: Add multi-node P2P mining management system 2025-12-29 19:49:33 +00:00
message_test.go feat: Add multi-node P2P mining management system 2025-12-29 19:49:33 +00:00
peer.go refactor: Replace log.Printf with structured logging 2025-12-31 11:48:45 +00:00
peer_test.go refactor: Remove unused code and fix nil dereference issues 2025-12-31 09:24:12 +00:00
transport.go refactor: Replace log.Printf with structured logging 2025-12-31 11:48:45 +00:00
worker.go refactor: Replace log.Printf with structured logging 2025-12-31 11:48:45 +00:00
worker_test.go refactor: Remove unused code and fix nil dereference issues 2025-12-31 09:24:12 +00:00