Y.Horie
Y.Horie
@angyaljanos Thank you for trying! I started to replace other log outputs points at first I have also stacked the same problem how can I replace original hooks such not...
@angyaljanos I had encountered the multi logging handling issue. E.g. It could not be set Format and email Hooks at the same time It may be fixed go1.26. https://go.dev/doc/go1.26#logslogpkglogslog
@stepancheg Hi, According to this [docs](https://github.com/cloudflare/pingora/blob/main/docs/user_guide/errors.md#examples), it can be got the host header following that. Can you try this? ``` session.req_header().headers().get(http::header::HOST) ```
@netchild Hi, sorry for late. > /realvts/format/json instead of /vts/format/json. This is because the html source has var vtsStatusURI = "/realvts//format/json", instead of using a relative url The below doc...
@netchild > Nevertheless, having a relative path instead of an absolute path would reduce the need to modify it and have it simply work out of the box in more...