Reduce level of content parser warning message to avoid log spam on non-debug verbosity (#20347)
This commit is contained in:
+1
-1
@@ -1621,7 +1621,7 @@ common_chat_msg common_chat_peg_parse(const common_peg_arena & src_pars
|
|||||||
src_parser;
|
src_parser;
|
||||||
|
|
||||||
if (src_parser.empty()) {
|
if (src_parser.empty()) {
|
||||||
LOG_WRN("No parser definition detected, assuming pure content parser.");
|
LOG_DBG("No parser definition detected, assuming pure content parser.");
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_DBG("Parsing PEG input with format %s: %s\n", common_chat_format_name(params.format), input.c_str());
|
LOG_DBG("Parsing PEG input with format %s: %s\n", common_chat_format_name(params.format), input.c_str());
|
||||||
|
|||||||
Reference in New Issue
Block a user