Add INFO-level logging to pipeline and TimerNode for debugging

This commit is contained in:
Claude
2025-11-12 06:59:24 +00:00
parent 49630f4e54
commit 7fb953c5a3
2 changed files with 8 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ impl NodeLogic for TimerNodeLogic {
stop_token: CancellationToken,
) -> Result<(), AudioError> {
let mut rx = input.expect("TimerNode must have input");
tracing::debug!(
tracing::info!(
"TimerNodeLogic::process started (max_lead_time={:.1}s), {} children",
self.max_lead_time_sec,
output.len()