Files
vibe-kanban/crates/utils
Gabriel Gordon-Hall e616bc3ee8 I've changed the debug logs to trace level for the two specific routine activity messages mentioned: (#1402)
1. **`worktree_manager.rs:112`**: Changed "Worktree already properly set up at path" from `debug!` to `trace!`

2. **`path.rs:9`**: Changed "Making path relative" from `tracing::debug!` to `tracing::trace!`

3. **`path.rs:21`**: Changed "Successfully made relative" from `tracing::debug!` to `tracing::trace!` (this is the successful outcome of the path relative operation, also routine)

These are the routine activity logs that fire frequently during normal operation. The other debug logs in these files are either on error/fallback paths or log less frequent events that are more useful for debugging.
2025-12-01 12:35:12 +00:00
..
2025-11-28 16:32:07 +00:00