Skip to content

Commit

Permalink
fix: modify log level
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchaoa committed Dec 12, 2024
1 parent 5a6fc85 commit 025572f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/utils/process/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ impl ProcessListener {
process_datas.merge_and_dedup();

if pids != value.pids {
debug!("Feature {} update {} pids {:?}.", key, pids.len(), pids);
info!("Feature {} update {} pids {:?}.", key, pids.len(), pids);
value.callback.as_ref().unwrap()(&pids, &process_datas);
value.pids = pids;
value.process_datas = process_datas;
Expand Down

0 comments on commit 025572f

Please sign in to comment.