chore: more log

This commit is contained in:
sprites0
2025-07-02 10:45:24 +00:00
parent 2821034f95
commit d90ddbbc65

View File

@ -145,6 +145,8 @@ impl HlNodeBlockSource {
let mut day_str = date_from_datetime(dt); let mut day_str = date_from_datetime(dt);
let mut last_line = 0; let mut last_line = 0;
info!("Starting local ingest loop from height: {:?}", current_head);
loop { loop {
let hour_file = root.join(HOURLY_SUBDIR).join(&day_str).join(format!("{hour}")); let hour_file = root.join(HOURLY_SUBDIR).join(&day_str).join(format!("{hour}"));