User Tools

Site Tools


cookbooks:4.4.x:core

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cookbooks:4.4.x:core [2016/05/23 10:55]
giavac [force_rport] Minor edits
cookbooks:4.4.x:core [2016/06/22 19:16]
miconda
Line 1007: Line 1007:
  
  
 +==== log_engine_data ====
  
 +Set specific data required by the log engine. See also the **log_engine_type**.
 +
 +<code c>
 +log_engine_type="udp"
 +log_engine_data="127.0.0.1:9"
 +</code>
 +
 +==== log_engine_type ====
 +
 +Specify what logging engine to be used and its initialization data. A logging engine is implemented as a module. Supported values are a matter of the module.
 +
 +For example, see the readme of **log_custom** module for more details.
 +
 +<code c>
 +log_engine_type="udp"
 +log_engine_data="127.0.0.1:9"
 +</code>
  
 ==== log_facility ==== ==== log_facility ====
cookbooks/4.4.x/core.txt ยท Last modified: 2018/08/15 21:10 by henningw