Huge DEBUG level logs appear despite log settings disabled

PMS version: 1.13.4.5271 (macOS)

Experiencing a strange problem that all log files (in ~/Library/Logs/Plex Media Server/) have huge lines of DEBUG logs despite the relevant settings (i.e. Enable Plex Media Server debug/verbose logging) are all turned off.

Log settings were double-checked in the terminal and server was restarted a few times to ensure settings applied.

$ defaults read com.plexapp.plexmediaserver | grep -i Log
    LogVerbose = 0;
    logDebug = 0;
    logTokens = 0;

Here are typical DEBUG messages found in the log files.

2018-07-27 17:05:14,532 (700011c14000) :  DEBUG (runtime:717) - Handling request GET /system/:/prefs
2018-07-27 17:05:14,533 (700011c14000) :  DEBUG (runtime:49) - Received packed state data (80 bytes)
2018-07-27 17:05:14,534 (700011c14000) :  DEBUG (runtime:814) - Found route matching /system/:/prefs
2018-07-27 17:05:14,535 (700011c14000) :  DEBUG (runtime:88) - Sending packed state data (99 bytes)
2018-07-27 17:05:14,535 (700011c14000) :  DEBUG (runtime:924) - Response: [200] MediaContainer, 418 bytes
2018-07-27 17:05:51,700 (70000f473000) :  DEBUG (runtime:88) - Sending packed state data (114 bytes)
2018-07-27 17:05:51,700 (70000f473000) :  DEBUG (runtime:924) - Response: [302] Redirect, 0 bytes

I’m seeing this also, just upgraded to 1.13.5.5291 today, not sure if this was normal behavior before.
Running PMS on: Linux version 4.4.0-92201708161632-generic (buildd@lcy01-18) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #0+mediatree+hauppauge-Ubuntu SMP Thu Aug 17 00:28:00 UTC 2017

Also, looks like verbose logging is off…
sudo cat Preferences.xml

<?xml version="1.0" encoding="utf-8"?>
<Preferences MachineIdentifier="....." 
OldestPreviousVersion="1.0.3.2461-35f0caa" 
ProcessedMachineIdentifier="..." 
AnonymousMachineIdentifier="...." 
agentAutoEnabled.com.plexapp.agents.lastfm.Artists.com.plexapp.agents.vevo="1" 
GracenoteUser="..." MetricsEpoch="1" AcceptedEULA="1" FriendlyName="monolith" 
PublishServerOnPlexOnlineKey="1" PlexOnlineToken="..." 
PlexOnlineUsername="....." PlexOnlineMail="..." CertificateVersion="2" 
PubSubServer="...." PubSubServerPing="15" LastAutomaticMappedPort="0" 
ManualPortMappingMode="1" ManualPortMappingPort="..." LanguageInCloud="1" 
CloudSyncNeedsUpdate="0" FSEventLibraryUpdatesEnabled="1" 
GenerateChapterThumbBehavior="asap" ScheduledLibraryUpdatesEnabled="0" autoEmptyTrash="1" 
FSEventLibraryPartialScanEnabled="1" DlnaEnabled="0" DlnaReportTimeline="0" 
PubSubServerRegion="sjc" PlexOnlineHome="1" LanNetworksBandwidth="" 
allowedNetworks="" TranscoderQuality="3" 
HardwareAcceleratedCodecs="1" LogVerbose="0"
TranscoderThrottleBuffer="120"/>

Annddd, manually setting LogVerbose=“1” actually turns on verbose logs, but debug ones are still there.

Jul 28, 2018 00:41:07.489 [0x7f32ba7f2700] VERBOSE -  * Host => 127.0.0.1:32400
Jul 28, 2018 00:41:07.489 [0x7f32ba7f2700] VERBOSE -  * Icy-MetaData => 1
Jul 28, 2018 00:41:07.490 [0x7f32ba7f2700] DEBUG - Transcoder segment range: 571 - 636
Jul 28, 2018 00:41:07.490 [0x7f32d03ff700] DEBUG - Completed: [127.0.0.1:50600] 200 POST /video/:/transcode/session/dc3e6a621dbf637f073006e6929/51b69559-1d18-4659-8f3e-9e559977a870/seglist (11 live) 1ms 166 bytes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.