membphis commented on a change in pull request #1411: fix small error log in
loggers.
URL: https://github.com/apache/incubator-apisix/pull/1411#discussion_r404754021
##########
File path: apisix/plugins/udp-logger.lua
##########
@@ -82,7 +82,7 @@ function _M.log(conf)
local entry = log_util.get_full_log(ngx)
if not entry.route_id then
- core.log.error("failed to obtain the route id for tcp logger")
+ core.log.error("failed to obtain the route id for udo logger")
Review comment:
typo
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services