Log
Logging a single line message.
This endpoint will write a single-line log message, including a level and source to the main Plex Media Server log.
GET
{protocol}://{ip}:{port}
/
log
Authorizations
X-Plex-Token
string
headerrequiredPlex Authentication Token
Query Parameters
level
enum<integer>
requiredAn integer log level to write to the PMS log with.
0: Error
1: Warning
2: Info
3: Debug
4: Verbose
Available options:
0
, 1
, 2
, 3
, 4
message
string
requiredThe text of the message to write to the log.
source
string
requireda string indicating the source of the message.