Skip to main content
While developing or debugging a plugin, you often want to log what your code is doing. The plugin SDK provides a handler for Python’s standard logging library. Add it to your logger to write any string to both the standard output during remote debugging and the plugin daemon container logs (Community Edition only).

Example

Import plugin_logger_handler and add it to your logger. The following example shows a tool plugin.
Last modified on June 24, 2026