Replace "SystemEvent" with Ambient Agent Plugin Names in Logs Plugin Filter
Currently, ambient agent plugins are logged under the generic name "SystemEvent," which makes it challenging to identify and filter logs for individual plugins.
Unlike other plugins, where logs can be easily filtered by selecting the specific plugin name from a dropdown, ambient agent plugins show zero logs when filtered by their actual plugin name because the logs are grouped under "SystemEvent." This lack of distinct naming in logs complicates debugging, especially when multiple ambient agent plugins run simultaneously, as all their logs appear under the same generic label.
It would be highly beneficial to enhance the logging system to provide unique, identifiable names for ambient agent plugins in the logs, enabling precise filtering and more efficient troubleshooting.