Describe the bug
Creating a new tracepoint logger for deep requires the order to be set to -1 to override the default provider.
To Reproduce
Steps to reproduce the behavior:
- Create a new plugin to act as tracepoint logger
- register the plugin
- it will not be used until the order is set to -1
Expected behavior
Shouldn't need to specify the order on custom plugins to override plugins that do not allow for multiple.
Desktop (please complete the following information):
- Version [e.g. 22] main@ac1ec83e
- Python Version [e.g. cpython 3.12] cpython 3.10
Additional context
Add any other context about the problem here.