You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/10/25 06:53:48 UTC

[GitHub] [apisix] HelloBug0 commented on issue #2449: chore: wrong log

HelloBug0 commented on issue #2449:
URL: https://github.com/apache/apisix/issues/2449#issuecomment-716103076


   https://github.com/apache/apisix/blob/master/apisix/init.lua#L777
   `core.log.info("random stream test in [1, 10000]: ", math.random(1, 1000000))`
   change to:
   `core.log.info("random stream test in [1, 10000]: ", math.random(1, 10000))`
   
   https://github.com/apache/apisix/blob/master/apisix/init.lua#L777
   `core.log.info("random test in [1, 10000]: ", math.random(1, 1000000))`
   change to:
   `core.log.info("random test in [1, 10000]: ", math.random(1, 10000))`


----------------------------------------------------------------
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:
users@infra.apache.org