Skip to content

Commit

Permalink
Enable libfabric warning logging by default
Browse files Browse the repository at this point in the history
Required-githooks: true

Change-Id: Idf1690c981d3d3cc4ef4108f94bda4f80d166a96
Signed-off-by: Jeff Olivier <jeffolivier@google.com>
  • Loading branch information
jolivier23 committed Jun 11, 2024
1 parent 68b0d80 commit 454cd97
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 454cd97

Please sign in to comment.