Skip to content

Commit

Permalink
Enable libfabric warning logging by default (#14552)
Browse files Browse the repository at this point in the history
Change-Id: Idf1690c981d3d3cc4ef4108f94bda4f80d166a96

Signed-off-by: Jeff Olivier <jeffolivier@google.com>
  • Loading branch information
jolivier23 committed Jun 11, 2024
1 parent ea72f97 commit c4b95eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cart/crt_hg.c
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ crt_hg_init(void)
if (!d_isenv_def("HG_LOG_SUBSYS")) {
if (!d_isenv_def("HG_LOG_LEVEL"))
HG_Set_log_level("warning");
HG_Set_log_subsys("hg,na");
HG_Set_log_subsys("hg,na,libfabric");
}

/* import HG log */
Expand Down

0 comments on commit c4b95eb

Please sign in to comment.