[opt] reduce syslog print

This commit is contained in:
BinChenn
2024-02-29 05:14:44 +00:00
committed by ob-robot
parent 7c3411c6ab
commit 2d4b409f45

View File

@ -80,7 +80,7 @@ public:
} else if (OB_FAIL(handler.handle_request(req))) { \
CLOG_LOG(WARN, "Processor handle_request failed", K(ret), K(req)); \
} else { \
CLOG_LOG(INFO, "Processor handle_request success", K(ret), K(req)); \
CLOG_LOG(TRACE, "Processor handle_request success", K(ret), K(req)); \
} \
return ret; \
} \