On Thu, 4 Mar 2021 at 12:14, Mihaly Zachar <[email protected]> wrote:
> Hi All, > > I wrote a small HTTP redirect server using HAProxy and Lua. > My question is thet is it possible to log down a value coming from the Lua > script somehow ? > > I am wondering if maybe we can use the "capture" method or something > similar. > > I have not found anything in the docs unfortunately, but I am still hoping > that I missed a possibility. > > Thanks in advance. > > Regards, > Misi > Sorry, the above might be misunderstood. I would like to log from the frontend, because some timer values are available only there. So I know that I can send log from the Lua script using core.log() but I need to have the information in the frontend. Thanks, Misi

