Troubleshootedit

This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.

You can set the debug level to capture debugging output about the Elastic Logging Plugin. To set the debug level:

  1. Disable the plugin:

    docker plugin disable elastic/elastic-logging-plugin:7.9.3
  2. Set the debug level:

    docker plugin set elastic/elastic-logging-plugin:7.9.3 LOG_DRIVER_LEVEL=debug

    Where valid settings for LOG_DRIVER_LEVEL are debug, info, warning, or error.

  3. Enable the plugin:

    docker plugin enable elastic/elastic-logging-plugin:7.9.3

To view the logs:

On Linux, the Elastic Logging Plugin logs are written to the same location as other docker logs, typically the system journal.

On MacOS, locating the logs is more complicated. For more information, see the Debugging on MacOS section in the readme file.