Skip to content

Commit

Permalink
修改rollback日志级别
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdoom committed Aug 31, 2015
1 parent 414d205 commit cabccbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void errorResponse(byte[] err, BackendConnection conn) {

@Override
public void okResponse(byte[] ok, BackendConnection conn) {
logger.info("client error ocurred ,rollbacked backend conn " + conn);
logger.debug("autocomit is false,but no commit or rollback ,so mycat rollbacked backend conn "+conn);
conn.release();
}

Expand Down

0 comments on commit cabccbf

Please sign in to comment.