3

I receive error logs over email, but i change my email account, now i need to change the email also in magento. Does somebody know where I can find option to change email in magento admin pages to start receive error logs on my new email.

Thanks

clockworkgeek
  • 37,650
  • 9
  • 89
  • 127
Jovanov Jordan
  • 127
  • 4
  • 17

1 Answers1

7

I guess you are talking about errors/local.xml:

<config>
    <report>
        <action>email</action>
        <subject>Store Debug Information</subject>
        <email_address>example@example.com</email_address>
        <trash>leave</trash>
    </report>
</config>
Jürgen Thelen
  • 12,745
  • 7
  • 52
  • 71