Toby Chui

Results 367 comments of Toby Chui

@flymia The Zoraxy logger module do have a parameter for setting the output log location, but I didn't expose it as I didn't thought of this will be necessary. If...

New startup flags has been added for v3.2.6 pre-release ``` -enablelogcompress Enable log compression for rotated log files (default true) -logrotate int Enable log rotation and set the maximum log...

The current log rotation ticker is set to 1hr per tick (i.e. check and rotate log every 1 hour). Alternatively, there is a debug API `/api/log/rotate/debug.trigger` where you can manually...

@Morethanevil I think both will work? This start flag is provided by golang native flag package and the official doc say these syntax in theory should works ``` -flag --flag...

I will help you to tag the ACME module maintainer @yeungalan

@yeungalan Can you take a look at this real quick?

@yeungalan Can you take a quick look at this?

> @tobychui is it possible to turn off headers only for a specific path? Good question. You mean in code or from the UI? I think it is possible to...

Hmm, well to be honest I have no idea how to fix it. Anyone have ideas on what is the issue here? Or you guys just need a exclusion function...

@eyerrock Cool! The go code section of the PR looks good to me, I will let @PassiveLemon to review the changes in regard to the docker file before I merge...