chore: tier 1 freshness: content/config/containers/logging/plugins.md

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2023-10-27 14:46:59 +02:00
parent dc86c93f9d
commit 5c1b17beb7
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
---
description: How to use logging driver plugins
description: Learn about logging driver plugins for extending and customizing Docker's logging capabilities
title: Use a logging driver plugin
keywords: logging, driver, plugins, monitoring
aliases:
- /engine/admin/logging/plugins/
- /engine/admin/logging/plugins/
---
Docker logging plugins allow you to extend and customize Docker's logging
@ -23,7 +23,7 @@ a specific plugin using `docker inspect`.
## Configure the plugin as the default logging driver
After the plugin is installed, you can configure the Docker daemon to use it as
When the plugin is installed, you can configure the Docker daemon to use it as
the default by setting the plugin's name as the value of the `log-driver`
key in the `daemon.json`, as detailed in the
[logging overview](configure.md#configure-the-default-logging-driver). If the