When you turn on the nginx rewrite log with rewrite_log on;, where does the system actually log that info? It doesn't seem to be in the documentation, and a decent search through google doesn't turn anything up.
rewrite_log on;
I have also tried enabling and looking in both the access and error logs. No luck.
If rewrite_log on; is used then the rewrite information will be logged to error_log at notice level. There is no separate log file.
error_log
notice
2.1m questions
2.1m answers
60 comments
57.0k users