Forums

Is it possible to change what is beeing logged in the Access Log?

I'm going live with my service in two weeks and i've seen that the Access log contains a lot of lines per site-visit. I'd like to filter out all those css and js-files from the static folder as they are beeing logged whenever someone klicks on a weblink. Is it possible to somehow configure what those logs should show and what not? I feel like those files might grow pretty fast once a few hundred people start visit the site daily.

There's no option to change what is shown in the access log (you can add logging to error/server log). If you want to filter the information, you need to parse the log. All logs are available at /var/log/ -- you can either parse them in PA console, or by using our files API.