Skip to content

Commit

Permalink
🐛 error counter number
Browse files Browse the repository at this point in the history
  • Loading branch information
kranian committed Jun 14, 2019
1 parent 28f63fb commit de3124a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@ public void xlog(final XLogPack p) {
_source.put("gxid",Hexa32.toString32(p.gxid));

_source.put("elapsed",p.elapsed);
_source.put("error",this.getString(helper.getHashMsgString(p.error)));
_source.put("error",p.error);
_source.put("cpu",p.cpu);
_source.put("sqlCount",p.sqlCount);
_source.put("sqlTime",p.sqlTime);
_source.put("ipaddr",this.ipByteToString(p.ipaddr));
_source.put("kbytes",p.kbytes);
_source.put("memory",p.kbytes);
_source.put("userAgent",this.getString(helper.getUserAgentString(p.userAgent)));
_source.put("referrer",this.getString(helper.getRefererString(p.referer)));
_source.put("group",this.getString(helper.getUserGroupString(p.group)));
Expand Down

0 comments on commit de3124a

Please sign in to comment.