general: Improve logging levels of some log messages.

Adjusts some logging levels to be more or less important,
that is more prominent when actual problems occur and less
prominent for less noteworthy things.

ASTERISK-30153 #close

Change-Id: Ifc8f7df427aa018627db462125ae744986d3261b
This commit is contained in:
Naveen Albert
2022-07-22 20:57:05 +00:00
committed by George Joseph
parent d0cd6e82a6
commit 08afdcbd30
8 changed files with 13 additions and 11 deletions

View File

@@ -2298,7 +2298,7 @@ int stasis_message_type_declined(const char *name)
ao2_cleanup(name_in_declined);
ao2_ref(cfg, -1);
if (res) {
ast_log(LOG_NOTICE, "Declining to allocate Stasis message type '%s' due to configuration\n", name);
ast_debug(4, "Declining to allocate Stasis message type '%s' due to configuration\n", name);
}
return res;
}