logger.c fix: malformed JSON template

this typo was mentioned before, but never got fixed. 
https://community.asterisk.org/t/logger-cannot-log-long-json-lines-properly/87618/6
22
Steffen Arntz 4 months ago
parent e4635e817f
commit d31b79b2f8

@ -287,7 +287,7 @@ static int format_log_json(struct logchannel *channel, struct logmsg *msg, char
}
json = ast_json_pack("{s: s, s: s, "
"s: {s: i, s: s} "
"s: {s: i, s: s}, "
"s: {s: {s: s, s: s, s: i}, "
"s: s, s: s} }",
"hostname", ast_config_AST_SYSTEM_NAME,

Loading…
Cancel
Save