Skip to content

Commit 7363001

Browse files
committed
UCM: Print module info to debug by default
1 parent bc6e624 commit 7363001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ucs/config/global_opts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ static ucs_config_field_t ucs_global_opts_table[] = {
192192
"Directory to search for loadable modules",
193193
ucs_offsetof(ucs_global_opts_t, module_dir), UCS_CONFIG_TYPE_STRING},
194194

195-
{"MODULE_LOG_LEVEL", "trace",
195+
{"MODULE_LOG_LEVEL", "debug",
196196
"Logging level for module loader",
197197
ucs_offsetof(ucs_global_opts_t, module_log_level), UCS_CONFIG_TYPE_ENUM(ucs_log_level_names)},
198198

0 commit comments

Comments
 (0)