summaryrefslogtreecommitdiffstats
path: root/windriver/titanium_cloud/pub/config/log.yml
blob: 280980d0e0045e99c535c108943bf50dff74f4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
version: 1
disable_existing_loggers: False

loggers:
    titanium_cloud:
      handlers: [titanium_cloud_handler]
      level: "DEBUG"
      propagate: False
    newton_base:
      handlers: [titanium_cloud_handler]
      level: "DEBUG"
      propagate: False
    common:
      handlers: [titanium_cloud_handler]
      level: "DEBUG"
      propagate: False
    starlingx_base:
      handlers: [titanium_cloud_handler]
      level: "DEBUG"
      propagate: False
handlers:
    titanium_cloud_handler:
        level: "DEBUG"
        class: "logging.handlers.RotatingFileHandler"
        filename: "/var/log/onap/multicloud/openstack/windriver/titanium_cloud.log"
        formatter: "standard"
        maxBytes: 52428800
        backupCount: 10
formatters:
    standard:
        format: "%(asctime)s|||||%(name)s||%(thread)||%(funcName)s||%(levelname)s||%(message)s"