[GitHub] remore commented on issue #9: reduce system log output inside function

2018-08-01 Thread GitBox
remore commented on issue #9: reduce system log output inside function
URL: 
https://github.com/apache/incubator-openwhisk-runtime-ruby/issues/9#issuecomment-409598196
 
 
   Although technically it’s not a difficult issue, but give me some more time 
to think about it. Now I see the situation and am still trying to figure out 
the best option among a few possibilities to workaround this. (Yes redirectio 
could be a workaround but need to check the behavior. I’m suspecting it might 
be hard to call #redirect_io method of underlying puma webserver from inside 
Rack application code. Anyways I will check this first later.)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] remore commented on issue #9: reduce system log output inside function

2018-07-30 Thread GitBox
remore commented on issue #9: reduce system log output inside function
URL: 
https://github.com/apache/incubator-openwhisk-runtime-ruby/issues/9#issuecomment-409057212
 
 
   @rabbah it looks like there is no way to prevent it.
   
https://github.com/puma/puma/blob/bcbe81133351e1a4bcee8cbf45816b631cc2717b/lib/puma/runner.rb#L97-L100
   
https://github.com/puma/puma/blob/bcbe81133351e1a4bcee8cbf45816b631cc2717b/lib/puma/events.rb#L66-L68
   
   Would there be any critical concern related to this?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services