dendrite/server/templates/dendrite.yaml.j2
changeset 207 e16c94c81b53
parent 206 35f2b1e680ed
child 215 dd52907adff9
equal deleted inserted replaced
206:35f2b1e680ed 207:e16c94c81b53
   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: warn
   276     level: error
   277   - type: file
   277   - type: file
   278     level: warn
   278     level: error
   279     params:
   279     params:
   280       path: ./logs
   280       path: ./logs