equal
deleted
inserted
replaced
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 |