dendrite/server/templates/dendrite.yaml.j2
changeset 181 2b30d081dd9b
parent 180 f2f99b9b16ee
child 194 d1e44e23f48e
equal deleted inserted replaced
180:f2f99b9b16ee 181:2b30d081dd9b
   271 # Logging configuration. The "std" logging type controls the logs being sent to
   271 # Logging configuration. The "std" logging type controls the logs being sent to
   272 # stdout. The "file" logging type controls logs being written to a log folder on
   272 # stdout. The "file" logging type controls logs being written to a log folder on
   273 # the disk. Supported log levels are "debug", "info", "warn", "error".
   273 # the disk. Supported log levels are "debug", "info", "warn", "error".
   274 logging:
   274 logging:
   275   - type: std
   275   - type: std
   276     level: info
   276     level: warn
   277   - type: file
   277   - type: file
   278     level: info
   278     level: warn
   279     params:
   279     params:
   280       path: ./logs
   280       path: ./logs