[MULTICLOUD] Release to fix cve issues
[oom.git] / kubernetes / multicloud / resources / config / log / framework / log.yml
1 {{/*
2 # Copyright © 2018  AT&T, Amdocs, Bell Canada Intellectual Property.  All rights reserved.
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 version: 1
17 disable_existing_loggers: False
18
19 loggers:
20     multivimbroker:
21       handlers: [multivimbroker_handler]
22       level: "DEBUG"
23       propagate: False
24 handlers:
25     multivimbroker_handler:
26         level: "DEBUG"
27         class: "logging.handlers.RotatingFileHandler"
28         filename: "/var/log/onap/multicloud/multivimbroker/multivimbroker.log"
29         formatter: "standard"
30         maxBytes: 52428800
31         backupCount: 10
32 formatters:
33     standard:
34         format: "%(asctime)s|||||%(name)s||%(thread)||%(funcName)s||%(levelname)s||%(message)s"