I'm developing a page which will permanently query via Ajax, it happens that the Apache Access Log will fill up very quickly and this brings me a server space problem, I was wondering how to handle this, one solution would be to ignore only the page where Ajax is, as I see no need to monitor it.
I know we can do multiple logs in Apache, but I do not know if we can skip or choose certain folders or server pages.
Would it be possible?