blob: bc12c2e364ce249aa4cedb9a9e64e8bc33e62261 [file] [log] [blame]
Zack Williams9cea13e2017-07-25 16:32:59 -07001---
2# generated by cord-profile from xos_config_synchronizer.yaml.j2
3
4accessor:
5 endpoint: "xos-core.{{ site_suffix }}:50051"
6
7logging:
8 file: '/var/log/xos_synchronizer.log'
9 logstash_hostport: 'cordloghost.{{ site_suffix }}:5617'
10 level: {{ xos_logging_level }}
11 channels:
12{% for channel in xos_logging_channels %}
13 - {{ channel }}
14{% endfor %}
15