I am using Apache 2.4 and using below code-
CustomLog logs/rewrite_test.log common
and it is giving me logs something like this-
8.38.28.983 stage.mysite.test.com- [10/Aug/2017:16:01:19 -0400] "GET /etc/designs/sites/clientlibs/assets/css/plugins/awesome/fonts/font-webfont.woff2 HTTP/1.1" 404 13887
I need to have rewrite logs in the rewrite_test.log file. Is it possible in apache 2.4?
In apache 2.2 we were using-
RewriteLog "logs/rewrite_test.log"
RewriteLogLevel 1