Expand description
Logging and tracing configuration
Provides structured logging for both CLI and daemon modes. The daemon logs to a file since it runs in the background.
Functionsยง
- daemon_
log_ path - Get the path to the daemon log file
- init_
cli - Initialize tracing for the CLI (stdout logging)
- init_
daemon - Initialize tracing for the daemon (file + stderr logging)
- truncate_
daemon_ log - Truncate the daemon log file (useful before debugging sessions)