local.xml.sample 823 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config>
  9. <skin>default</skin>
  10. <report>
  11. <!--
  12. "action" can be set to "print" to show exception on screen and "email"
  13. to send exception on specified email
  14. -->
  15. <action>print</action>
  16. <!--
  17. in "subject" you can set subject of email
  18. -->
  19. <subject>Store Debug Information</subject>
  20. <!--
  21. "email_address" admin email address
  22. -->
  23. <email_address></email_address>
  24. <!--
  25. "trash" is handle about trace info
  26. value "leave" is for store on disk
  27. value "delete" is for cleaning
  28. -->
  29. <trash>leave</trash>
  30. </report>
  31. </config>