Skip to content

Commit

Permalink
Remove debug logging for cgroup data read in ProcessInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
iritb committed Jan 2, 2025
1 parent b5f8dfd commit e8e2369
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ProcessInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,6 @@ int ProcessInfo::read_and_parse_cgroup(int pid) {
char *ptr = data.data();
char *end = ptr + nr;

Logger::Debug("Read /proc/%d/cgroup: %.*s", pid, nr, data.data());

const char *containerd_prefix = "/containerd-";
const size_t containerd_prefix_len = strlen(containerd_prefix);
const char *docker_prefix = "/docker/";
Expand Down

0 comments on commit e8e2369

Please sign in to comment.