mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update docs for logging handlers
This commit is contained in:
parent
3d45a004b0
commit
6e2f9080ca
5 changed files with 23 additions and 3 deletions
|
@ -9,5 +9,7 @@ External Logging Handlers
|
|||
:toctree:
|
||||
:template: autosummary.rst.tmpl
|
||||
|
||||
fluent_mod
|
||||
log4mongo_mod
|
||||
logstash_mod
|
||||
sentry_mod
|
||||
sentry_mod
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
============================
|
||||
salt.log.handlers.fluent_mod
|
||||
============================
|
||||
|
||||
.. automodule:: salt.log.handlers.fluent_mod
|
|
@ -0,0 +1,5 @@
|
|||
===============================
|
||||
salt.log.handlers.log4mongo_mod
|
||||
===============================
|
||||
|
||||
.. automodule:: salt.log.handlers.log4mongo_mod
|
|
@ -1 +1,5 @@
|
|||
.. automodule:: salt.log.handlers.logstash_mod
|
||||
==============================
|
||||
salt.log.handlers.logstash_mod
|
||||
==============================
|
||||
|
||||
.. automodule:: salt.log.handlers.logstash_mod
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
.. automodule:: salt.log.handlers.sentry_mod
|
||||
============================
|
||||
salt.log.handlers.sentry_mod
|
||||
============================
|
||||
|
||||
.. automodule:: salt.log.handlers.sentry_mod
|
||||
|
|
Loading…
Add table
Reference in a new issue