/
githubmirror
/
rsyslog
Обзор
Документация
Войти
/
githubmirror
/
rsyslog
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
doc/source/reference/parameters/omstdout-template.rst
42 строки
824 B
Ulrike Gerhards
Codex/refactor module parameter documentation atexhg (#6355)
11 дек 2025, 16:23
Не верифицирован
11 дек 2025, 16:23
33e3b01
Код
Авторство
О чём код?
.. _param-omstdout-template: .. _omstdout.parameter.input.template: template ======== .. index:: single: omstdout; template single: template .. summary-start Selects the rsyslog template used to format messages written to stdout. .. summary-end This parameter applies to :doc:`../../configuration/modules/omstdout`. :Name: template :Scope: input :Type: word :Default: input=RSYSLOG_FileFormat :Required?: no :Introduced: 4.1.6 Description ----------- Set the template that will be used for the output. If none is specified the module uses the default template. Input usage ----------- .. _param-omstdout-input-template: .. _omstdout.parameter.input.template-usage: .. code-block:: rsyslog action(type="omstdout" template="outfmt") See also -------- See also :doc:`../../configuration/modules/omstdout`.