aboutsummaryrefslogtreecommitdiffstats
path: root/reference/provider/helm/logback/chart/values.yaml
blob: 2db0e993a696a3102c2d3505770e282919afa78c (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
32
33
34
35
log:

  componentName: c1
  subcomponentName: s1

  debug: true

  scan:
    enabled: true
    seconds: 60

  serverName: ${HOSTNAME}
  logDir: /var/log/onap
  maxFileSize: 50MB
  maxHistory: 50
  totalSizeCap: 20GB
  queueSize: 256

  syslog:
      host: localhost
      port: 514
      facility: USER

  root:
    level: INFO
    beats: true
    console: true
    syslog: false
    eelf: false

  # loggers:
  #   - name: org.onap.logging.helm.test
  #     level: DEBUG
  #     beats: true
  #     console: true