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
Plex Authentication Token
Query Parameters
An 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
The text of the message to write to the log.
a string indicating the source of the message.