# plugin-debugger **Repository Path**: mirrors_twilio/plugin-debugger ## Basic Information - **Project Name**: plugin-debugger - **Description**: Access and stream your Twilio debugger logs. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README @twilio/plugin-debugger ======================== Access and stream your Twilio debugger logs. * [Usage](#usage) * [Commands](#commands) ## Setup Head over to the [twilio-cli documentation](https://www.twilio.com/docs/twilio-cli/quickstart). # Usage ```sh-session $ twilio --help debugger USAGE $ twilio debugger ... ``` # Commands * [`twilio debugger:logs:list`](#twilio-debuggerlogslist) ## `twilio debugger:logs:list` Show a list of log events generated for the account ``` USAGE $ twilio debugger:logs:list OPTIONS -l=(debug|info|warn|error|none) [default: info] Level of logging messages. -o=(columns|json|tsv) [default: columns] Format of command output. -p, --profile=profile Shorthand identifier for your profile. -s, --streaming Continuously stream incoming log events --end-date=end-date Only show log events on or before this date --log-level=(error|warning|notice|debug) Only show log events for this log level --properties=properties [default: dateCreated, logLevel, errorCode, alertText] The event properties you would like to display (JSON output always shows all properties) --start-date=start-date Only show log events on or after this date DESCRIPTION Argg, this is only a subset of the log events and live tailing isn't quite ready! Think this is a killer feature? Let us know here: https://twil.io/twilio-cli-feedback ``` _See code: [src/commands/debugger/logs/list.js](https://github.com/twilio/plugin-debugger/blob/1.1.9/src/commands/debugger/logs/list.js)_