You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Richard Thombs edited this page Feb 10, 2014
·
2 revisions
Provides an API to monitor the error & debugging log.
GET /api/log
List all login sessions matching the specified criteria
Query String Parameters
severity
Return only login sessions with an error at least a severe as level N. The lower the severity number, the worse the issue. Levels 0-3 are actual errors, Levels 4-7 are warnings and debug messages.
user
Only return sessions associated with the specified User ID.
GET /api/log/:ticket
List individual log entries for the given login session.