blob: a3f20480abdb76c46197b5887c8f4da07785b120 [file] [log] [blame]
Matteo Scandolo1c049b02018-01-18 11:32:46 -08001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
17name: progran
Matteo Scandolo1c049b02018-01-18 11:32:46 -080018required_models:
19 - ProgranService
20 - ProgranServiceInstance
21 - MCordSubscriberInstance
22 - ENodeB
23 - Handover
Matteo Scandolo1c049b02018-01-18 11:32:46 -080024steps_dir: "/opt/xos/synchronizers/progran/steps"
25sys_dir: "/opt/xos/synchronizers/progran/sys"
Scott Bakere2af9132018-03-06 16:01:35 -080026models_dir: "/opt/xos/synchronizers/progran/models"
Matteo Scandolo1c049b02018-01-18 11:32:46 -080027logging:
28 version: 1
29 handlers:
30 console:
31 class: logging.StreamHandler
Matteo Scandolo1c049b02018-01-18 11:32:46 -080032 loggers:
Matteo Scandolo78742162018-02-23 10:24:34 -080033 'multistructlog':
Matteo Scandolo1c049b02018-01-18 11:32:46 -080034 handlers:
35 - console
Matteo Scandolo72a38902018-02-15 09:13:31 -080036 level: DEBUG