I'm running 7.5.0 r29708 (older versions have same issue). Set logging in the advanced settings all to off since i run from sd-card and want to minimize logging. However my log file is filled up with this entry about every 5 seconds:
See attachment for the log file
Results 1 to 5 of 5
-
2010-01-02, 02:10 #1Senior Member
- Join Date
- Mar 2008
- Location
- Netherlands
- Posts
- 735
continious logging, even with logging set to off
Setup: 1 Touch, 4 Booms and 1 Radio.
Server: LMS 7.7.3 (DebianVM in Proxmox), Subsonic
-
2010-01-02, 02:23 #2Senior Member
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 11,246
Ask the author of plugin "ResetVolume" to update the plugin as it is using deprecated function.
-
2010-01-02, 02:31 #3Senior Member
- Join Date
- Mar 2008
- Location
- Netherlands
- Posts
- 735
-
2010-01-02, 03:07 #4Senior Member
- Join Date
- Oct 2005
- Location
- Ireland
- Posts
- 11,246
In the meantime you could edit the file your self. The following is code I used in one of my plugins when 7.4 had two versions and version no. could not be used to check which funtion to use. You could use somehting similar.
Code:if (Slim::Web::HTTP::CSRF->can('protectURI')) { return Slim::Web::HTTP::CSRF->protectURI('plugins/FindArt/settings/basic.html'); } else { return Slim::Web::HTTP::protectURI('plugins/FindArt/settings/basic.html'); }
-
2010-01-02, 09:07 #5
continious logging,even with logging set to off
The plugin author shouldn't call this on a regular basis. It's usually only needed during initialization. Yeah, and he should be using the correct call.

Reply With Quote

