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.
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 toerror_logatnoticelevel. There is no separate log file.