mirror of https://github.com/docker/docs.git
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:
parent
dc86c93f9d
commit
5c1b17beb7
|
@ -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
|
title: Use a logging driver plugin
|
||||||
keywords: logging, driver, plugins, monitoring
|
keywords: logging, driver, plugins, monitoring
|
||||||
aliases:
|
aliases:
|
||||||
- /engine/admin/logging/plugins/
|
- /engine/admin/logging/plugins/
|
||||||
---
|
---
|
||||||
|
|
||||||
Docker logging plugins allow you to extend and customize Docker's logging
|
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
|
## 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`
|
the default by setting the plugin's name as the value of the `log-driver`
|
||||||
key in the `daemon.json`, as detailed in the
|
key in the `daemon.json`, as detailed in the
|
||||||
[logging overview](configure.md#configure-the-default-logging-driver). If the
|
[logging overview](configure.md#configure-the-default-logging-driver). If the
|
||||||
|
@ -38,4 +38,4 @@ detailed in the
|
||||||
[logging overview](configure.md#configure-the-logging-driver-for-a-container).
|
[logging overview](configure.md#configure-the-logging-driver-for-a-container).
|
||||||
If the logging driver supports additional options, you can specify them using
|
If the logging driver supports additional options, you can specify them using
|
||||||
one or more `--log-opt` flags with the option name as the key and the option
|
one or more `--log-opt` flags with the option name as the key and the option
|
||||||
value as the value.
|
value as the value.
|
||||||
|
|
Loading…
Reference in New Issue