webinoly icon indicating copy to clipboard operation
webinoly copied to clipboard

Allow json based nginx logs

Open starnetwork opened this issue 3 years ago • 1 comments

please consider to add by default json log format for all new sites / sub-domains / pointers logs example: log_format json_combined escape=json '{' '"time_local":"$time_local",' '"remote_addr":"$remote_addr",' '"remote_user":"$remote_user",' '"request":"$request",' '"status": "$status",' '"body_bytes_sent":"$body_bytes_sent",' '"request_time":"$request_time",' '"http_referrer":"$http_referer",' '"http_user_agent":"$http_user_agent"' '}';

thanks!

starnetwork avatar May 17 '22 20:05 starnetwork

I don't really think that Webinoly should have an option for each possible configuration supported by Nginx. These kinds of things can be tuned up by each user according to their needs. But I will leave it open, to see if other users find it useful.

QROkes avatar May 17 '22 20:05 QROkes