Hi All,
I have next question:
is it possible at nginx access log file decrease stored $request to smaller size?
We have very big traffic, and $request part is significant for us only at some start substring of $request value.
Is it possible write at log for example some kind of SubString( $request, 0, someLengthFromStart ) instead of full $request length ?
Thanks