Skip to content

Commit cb4d6cd

Browse files
authored
Reduce chattiness of nym_client_core::client::real_messages_control (#2862)
1 parent 29c5cd7 commit cb4d6cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nym-vpn-core/crates/nym-vpnd/src/logging.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub struct Options {
2121
pub enable_stdout_log: bool,
2222
}
2323

24-
static INFO_CRATES: &[&str; 11] = &[
24+
static INFO_CRATES: &[&str; 12] = &[
2525
"hyper",
2626
"netlink_proto",
2727
"hickory_proto",
@@ -33,6 +33,7 @@ static INFO_CRATES: &[&str; 11] = &[
3333
"nym_sphinx_chunking",
3434
"nym_sphinx::preparer",
3535
"nym_task::manager",
36+
"nym_client_core::client::real_messages_control",
3637
];
3738

3839
static WARN_CRATES: &[&str; 1] = &["hickory_server"];

0 commit comments

Comments
 (0)