Search found 3 matches

by wizzy
May 18th, 2015, 8:48 am
Forum: General Help
Topic: Fedora - API calls logging to /var/log/messages - systemctl
Replies: 6
Views: 3188

Re: Fedora - API calls logging to /var/log/messages - system

This is a feature of systemd and the .service file in the topic start. With type=simple and sab started without daemonizing the process, systemd logs all console output. Cherrypy's logging (if/when enabled in sab) simply adds to the rest of the program's console output and thus also ends up in the ...
by wizzy
May 16th, 2015, 7:43 pm
Forum: General Help
Topic: Fedora - API calls logging to /var/log/messages - systemctl
Replies: 6
Views: 3188

Re: Fedora - API calls logging to /var/log/messages - system

Looks like it was cherrypy. I disabled cherrypy logging in sabnzbd.ini and no more api calls in /var/log/messages.
enable_cherrypy_logging = 0
by wizzy
May 16th, 2015, 1:23 pm
Forum: General Help
Topic: Fedora - API calls logging to /var/log/messages - systemctl
Replies: 6
Views: 3188

Fedora - API calls logging to /var/log/messages - systemctl

I recently upgraded to FC21, and set up sabnzbd as a systemctl service. Since then, /var/log/messages has been overwhelmed by sabnzbd logging all API access. Is there a way to stop this logging, either via sabnzbd config, or via the .service file? These are legitimate api calls, I just want the logg...