blob: 4dac5646ee61dc4c31221a038e18a2a8fe282aaa [file] [log] [blame]
Matteo Scandolo3896c472017-08-01 13:31:42 -07001
2{#
3Copyright 2017-present Open Networking Foundation
4
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16#}
17
18
Zack Williams9cea13e2017-07-25 16:32:59 -070019---
20# generated by cord-profile from xos_config_synchronizer.yaml.j2
21
22accessor:
Matteo Scandolodf7a6a72018-01-11 16:09:38 -080023 {# endpoint: "xos-core.{{ site_suffix }}:50051" #}
24 endpoint: "xos-core:50051"
Zack Williams9cea13e2017-07-25 16:32:59 -070025
26logging:
Sapan Bhatiadb80e8b2017-08-25 12:52:42 -040027 version: 1
28 handlers:
29 console:
30 class: logging.StreamHandler
31 file:
32 class: logging.handlers.RotatingFileHandler
33 filename: /var/log/xos.log
34 maxBytes: 10485760
35 backupCount: 5
36 loggers:
Sapan Bhatia20696fb2018-02-09 19:30:08 -080037 'multistructlog':
Sapan Bhatiadb80e8b2017-08-25 12:52:42 -040038 handlers:
39 - console
40 - file
41 level: DEBUG