Skip to content

Commit

Permalink
add temp debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Jun 3, 2024
1 parent 8a3089e commit ae773cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions judge/runguard.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,8 @@ int main(int argc, char **argv)
}
}

cgroup_set_default_logger(CGROUP_LOG_DEBUG);

/* Make libcgroup ready for use */
ret = cgroup_init();
if ( ret!=0 ) {
Expand Down

0 comments on commit ae773cb

Please sign in to comment.