production.yml 297B

1234567891011121314151617
  1. # configuration file for production environment
  2. # only log warning and error messsages
  3. log: "warning"
  4. # log message to a file in logs/
  5. logger: "file"
  6. # don't consider warnings critical
  7. warnings: 0
  8. # hide errors
  9. show_errors: 0
  10. # cache route resolution for maximum performance
  11. route_cache: 1