blob: 4fd1440d7d04eacce86154a8bc19ff9e3768da2d [file] [log] [blame]
Illyoung Choi8b097c92019-08-01 12:38:06 -07001
2# Copyright 2019-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: cord-workflow-probe
18core_version: ">=2.2.1"
19required_models:
20 - RCORDSubscriber
21 - ONUDevice
22model_policies_dir: "/opt/xos/synchronizers/cord-workflow-probe/model_policies"
23models_dir: "/opt/xos/synchronizers/cord-workflow-probe/models"
24event_steps_dir: "/opt/xos/synchronizers/cord-workflow-probe/event_steps"
25logging:
26 version: 1
27 handlers:
28 console:
29 class: logging.StreamHandler
30 file:
31 class: logging.handlers.RotatingFileHandler
32 filename: /var/log/xos.log
33 maxBytes: 10485760
34 backupCount: 5
35 loggers:
36 'multistructlog':
37 handlers:
38 - console
39 - file
40 level: DEBUG