-
Notifications
You must be signed in to change notification settings - Fork 16
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.
Show the 10 most recent plugin trace log records:
pacx plugin trace listShow the most recent traces of a given plugin (substring match on the type name):
pacx plugin trace list --name MyPluginShow only failed executions (records containing exception details):
pacx plugin trace list --errors-onlyTypical debug loop: push a new plugin version, trigger it, then check its traces:
pacx plugin trace list -n MyPlugin -e -t 5Note: 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.
| 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 |
- pacx auth
- pacx column
- pacx completion
- pacx customapi
- pacx data
- pacx forms
- pacx history
- pacx key
- pacx optionset
- pacx org
- pacx plugin
- pacx project
- pacx publish
- pacx rel
- pacx ribbon
- pacx script
- pacx settings
- pacx solution
- pacx table
- pacx tool
- pacx unifiedrouting
- pacx usersettings
- pacx view
- pacx webresources
- pacx workflow