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/17 07:47:38 UTC

[GitHub] [apisix] membphis opened a new issue #2449: chore: wrong log

membphis opened a new issue #2449:
URL: https://github.com/apache/apisix/issues/2449


   `random stream test in [1, 10000]` -> `stream/http subsystem, generate random value:`
   
   https://github.com/apache/apisix/blob/master/apisix/init.lua#L86
   https://github.com/apache/apisix/blob/master/apisix/init.lua#L777


----------------------------------------------------------------
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



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

Posted by GitBox <gi...@apache.org>.
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



[GitHub] [apisix] spacewander closed issue #2449: chore: wrong log

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #2449:
URL: https://github.com/apache/apisix/issues/2449


   


----------------------------------------------------------------
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