You are here

filelog.schema.yml in File Log 8

Same filename and directory in other branches
  1. 2.0.x config/schema/filelog.schema.yml
config/schema/filelog.schema.yml

File

config/schema/filelog.schema.yml
View source
  1. filelog.settings:
  2. type: config_object
  3. label: 'File Log settings'
  4. mapping:
  5. enabled:
  6. type: boolean
  7. label: 'Enable file output'
  8. location:
  9. type: string
  10. label: 'Logfile directory'
  11. rotation:
  12. type: mapping
  13. label: 'Rotation settings'
  14. mapping:
  15. schedule:
  16. type: string
  17. label: 'Schedule (monthly, weekly, daily, never)'
  18. delete:
  19. type: boolean
  20. label: 'Delete files instead of moving them.'
  21. destination:
  22. type: string
  23. label: 'Destination pattern of archived files'
  24. gzip:
  25. type: boolean
  26. label: 'Compress archived files with gzip'
  27. format:
  28. type: string
  29. label: 'Message format'
  30. level:
  31. type: integer
  32. label: 'The minimum severity of messages (0 = Emergency, 7 = Debug).'
  33. channels_type:
  34. type: string
  35. label: 'Either "include" or "exclude".'
  36. channels:
  37. type: sequence
  38. sequence:
  39. - type: string
  40. label: 'Channels to include or exclude'