Plex Media Server is repeatedly writing to syslog with messages like this:
Plex Media Server[2421]: Got nothing for: Surviving Lost at Sea Survivorman Directors Commentary Les Stroud
This is obviously a result of it being unable to get metadata for a file, but it’s happening every 15 minutes since I have my library set to rescan files in that interval.
I’d really like a way to disable these messages from showing up in syslog all together, and rather have them show up in the default Plex log directory. Curiously enough, they’re absent all together from that folder.
I did find an option in /etc/default/plexmediaserver that references logging to syslog, but it does not seem to affects this.
# Uncomment this to use syslog for logging instead of
# sending logs to Plex Media Server.log
export PLEX_MEDIA_SERVER_USE_SYSLOG=false
As you can I see I tried to explicitly set it to false, but neither that nor commenting it out prevents these messages.
/etc/default/plexmediaserver is only used with SYSV-init systems. (older)
Most systems are now systemd which makes /etc/default/plexmediaserver obsolete
Xubuntu 18.04 LTS, but I think that must have just been a remnant of an older installation or something since I do start/stop it with the systemd service.
This is the content of my plexmediaserver.service file
Yeah ideally I could just arrange all of the files that way, but there are some restrictions that prevent me from doing that, so the systemd override is the more optimal solution in this instance.