mirror of
https://github.com/DeBrosOfficial/network.git
synced 2026-01-30 17:43:03 +00:00
10 lines
327 B
Go
10 lines
327 B
Go
package logs
|
|
|
|
// This file contains log tailing utilities
|
|
// Currently all tailing is done via journalctl in command.go
|
|
// Future enhancements could include:
|
|
// - Custom log parsing and filtering
|
|
// - Log streaming from remote nodes
|
|
// - Log aggregation across multiple services
|
|
// - Advanced filtering and search capabilities
|