Skip to content

pacx plugin trace list

github-actions[bot] edited this page Aug 10, 2026 · 1 revision

Lists the most recent plugin trace log records, newest first.

Usage

Show the 10 most recent plugin trace log records:

pacx plugin trace list

Show the most recent traces of a given plugin (substring match on the type name):

pacx plugin trace list --name MyPlugin

Show only failed executions (records containing exception details):

pacx plugin trace list --errors-only

Typical debug loop: push a new plugin version, trigger it, then check its traces:

pacx plugin trace list -n MyPlugin -e -t 5

Note: trace log records are written only when trace logging is enabled on the environment (organization setting plugintracelogsetting), and Dataverse deletes them automatically after 24 hours.

Arguments

Long Name Short Name Required? Description Default value Valid values
name n N Case-insensitive substring match against the plugin type name. - String
top t N Number of trace log records to show (newest first). 10 Int32
errors-only e N Shows only trace log records that contain exception details. False true, false

Command list

Clone this wiki locally