mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: more log
This commit is contained in:
@ -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}"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user