Skip to content

Commit

Permalink
revert changed log
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Hull <[email protected]>
  • Loading branch information
jakedipity committed Nov 17, 2023
1 parent b54ca41 commit 9d96290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/fs/src/cache/tailed_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ impl TailedFile<LazyLineSerializer> {
if let Some(c) = buf.last() {
if *c == b'\n' {
*total_read += count;
debug!("sending line");
debug!("tailer sendings lines for {:?}", &paths);
let count = TryInto::<u64>::try_into(count).unwrap();
Metrics::fs().increment_lines();
Metrics::fs().add_bytes(count);
Expand Down

0 comments on commit 9d96290

Please sign in to comment.