On Mon, Sep 03, 2018 at 09:26:42AM -0400, prajos wrote:
Hi there,
> I'm wondering if there is a ready way to add a checksum (e.g. CRC) to the
> end of each log entry before they get written to the "access" or "error" log
> files?
I believe that stock nginx does not include a way to do that.
> O
Hi,
I'm wondering if there is a ready way to add a checksum (e.g. CRC) to the
end of each log entry before they get written to the "access" or "error" log
files? One of the project I work on wants each log line to have its own
checksum for some integrity checks.
Any hint on how I can implement th