I can specify custom log format for access_log on Nginx, but it doesn\'t work for error_log.
Is there anyway to achieve this?
A dirty trick I used when I wanted to change the format of the nginx error log (in this case when sending my own logs with openresty's ngx.log method from Lua) was to prefix my own log message with enough \b (backspace) characters to delete all the information I wasn't interested in viewing when running a tail -f error.log.