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 29c5cd7 commit cb4d6cdCopy full SHA for cb4d6cd
nym-vpn-core/crates/nym-vpnd/src/logging.rs
@@ -21,7 +21,7 @@ pub struct Options {
21
pub enable_stdout_log: bool,
22
}
23
24
-static INFO_CRATES: &[&str; 11] = &[
+static INFO_CRATES: &[&str; 12] = &[
25
"hyper",
26
"netlink_proto",
27
"hickory_proto",
@@ -33,6 +33,7 @@ static INFO_CRATES: &[&str; 11] = &[
33
"nym_sphinx_chunking",
34
"nym_sphinx::preparer",
35
"nym_task::manager",
36
+ "nym_client_core::client::real_messages_control",
37
];
38
39
static WARN_CRATES: &[&str; 1] = &["hickory_server"];
0 commit comments