Fix xlog logspec options
- Fix
amari.Conn._send_msgto include the arguments in the message sent. Without it, logspec options such asstats[samples,rf]/60sare ignored. - Fix off-by-one error in
amari.xlog.LogSpec.parsewhich truncated the last character of options, e.g.stats[rf]/60swould parse optionrinstead ofrf.