Enable Debug Logging of specific Opensearch-Dashboards Plugin

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
2.17

Describe the issue:
I want to enable the Debug Logging of a specific Opensearch-Dashboards Plugin, but unable to find the Settings for it.
It would be great if sombody can share it with me
I tried:

logging:
  loggers:
    - context: plugins
      level: debug

as well as:

logging:
  loggers:
    - context: plugins.reports-dashboards
      level: debug

But it does not change the output of yarn start --no-base-path
yarn start --no-base-path --verbose seems only to enable the debug level of Opensearch-Dashboards itself and not of the Plugins.
Configuration:

Relevant Logs or Screenshots: