Page 1 of 1

Apache logging

Posted: February 28th, 2016, 4:39 am
by Quaternion
Hello,

First of, i want to thank u for this incredible program. Much appreciated.
Now for the problem i have.
I'm connecting to sabnzbd via apache proxy and configurred apache logging.
Now my log fills up with the following every 4 seconds which make the log pretty useless:

[28/Feb/2016:10:05:32 +0100] "POST /sabnzbd/history/ HTTP/1.1" 200 348 "https://xxxxxxx/sabnzbd/"
[28/Feb/2016:10:05:32 +0100] "POST /sabnzbd/queue/ HTTP/1.1" 200 507 "https://xxxxxxx/sabnzbd/"
[28/Feb/2016:10:05:36 +0100] "POST /sabnzbd/history/ HTTP/1.1" 200 348 "https://xxxxxxx/sabnzbd/"
[28/Feb/2016:10:05:36 +0100] "POST /sabnzbd/queue/ HTTP/1.1" 200 507 "https://xxxxxxx/sabnzbd/"

How can i stop this from happening and/or configure a setting to increase this time.
I have checked all settings but couldn't find it :(

Re: Apache logging

Posted: February 28th, 2016, 4:53 am
by Quaternion
I think i found the answer myself :) :)

Within the web application (top right). There's a button called Options. There i have disabled the refresh and the apache log is happy.

Re: Apache logging

Posted: February 28th, 2016, 5:23 am
by safihre
But then you loose the refresh.. It's one or the other!

Re: Apache logging

Posted: February 28th, 2016, 5:34 am
by Quaternion
safihre wrote:But then you loose the refresh.. It's one or the other!
True. But i (just) decided to use manual refresh.
I will receive a notification when download is finished. That's all i need :)