ansible-role-bind icon indicating copy to clipboard operation
ansible-role-bind copied to clipboard

Adding support for syslog logs

Open jra-scrt opened this issue 4 years ago • 1 comments
trafficstars

Added support to log on syslog for different type of information.

Configuraiton example

bind_other_logs:
  - name: "queries"
    facility: "local0"
  - name: "notify"
    facility: "local3"

jra-scrt avatar May 11 '21 15:05 jra-scrt

Seems like a useful addition, thanks! Can you update the README with some documentation?

bertvv avatar Sep 17 '21 09:09 bertvv