Skip to content

Fix xlog logspec options

  • Fix amari.Conn._send_msg to include the arguments in the message sent. Without it, logspec options such as stats[samples,rf]/60s are ignored.
  • Fix off-by-one error in amari.xlog.LogSpec.parse which truncated the last character of options, e.g. stats[rf]/60s would parse option r instead of rf.
Edited by Xavier Thompson

Merge request reports