How can I show the current log_format
in Nginx?
I do not have it explicitly set (this shows nothing):
grep -i 'log_format' *
And my logging in the config is defined without a format parameter:
access_log /var/log/nginx/access.log;
How can I make Nginx print the value of the current log format, or how can I find out what it is?