kenlog / SoundNotification

Sound notification for kanboard :sound:
https://kanboard.org
MIT License
9 stars 5 forks source link

Access.log full #1

Open cachac opened 5 years ago

cachac commented 5 years ago

Hello,

I'm getting my Apache access.log full with:

"GET /kb?controller=SoundNotificationController&action=soundNotifications&plugin=SoundNotification&_=1563461432736 HTTP/1.1"

Is there a configuration to disable logging from the plugin? thanks!

kenlog commented 5 years ago

Hello @cachac enter the following section in the Apache config/Vhosts settings for the site just before the closing VirtualHost tag: SetEnvIf Request_URI "^/plugins/SoundNotification/" folder-request=nolog This should exclude further writes to the log file.