Home of the Squeezebox™ & Transporter® network music players.
Results 1 to 5 of 5
  1. #1
    Senior Member
    Join Date
    Mar 2008
    Location
    Netherlands
    Posts
    735

    continious logging, even with logging set to off

    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
    Attached Files Attached Files
    Setup: 1 Touch, 4 Booms and 1 Radio.
    Server: LMS 7.7.3 (DebianVM in Proxmox), Subsonic

  2. #2
    Senior 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.

  3. #3
    Senior Member
    Join Date
    Mar 2008
    Location
    Netherlands
    Posts
    735
    Quote Originally Posted by bpa View Post
    Ask the author of plugin "ResetVolume" to update the plugin as it is using deprecated function.
    thanks, i'll do that
    Setup: 1 Touch, 4 Booms and 1 Radio.
    Server: LMS 7.7.3 (DebianVM in Proxmox), Subsonic

  4. #4
    Senior 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');
    	}

  5. #5
    Babelfish's Best Boy mherger's Avatar
    Join Date
    Apr 2005
    Location
    Switzerland
    Posts
    18,931

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •