We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4024da commit 485a391Copy full SHA for 485a391
src/system_information/resources.rs
@@ -43,7 +43,7 @@ impl Resources {
43
);
44
45
let open_files_limit = System::open_files_limit();
46
- tracing::info!(open_files.limit = open_files_limit, "open files");
+ tracing::info!(open_files.limit = open_files_limit, "open files limit");
47
48
let total_memory = sys.total_memory();
49
let free_memory = sys.free_memory();
0 commit comments