Magento:如何更改发送错误日志的电子邮件地址?

Jov*_*dan 3 email error-log magento magento-1.4

我通过电子邮件收到错误日志,但我更改了我的电子邮件帐户,现在我还需要在magento中更改电子邮件.有人知道在哪里可以找到更改magento管理页面中的电子邮件的选项,以便在我的新电子邮件中开始接收错误日志.

谢谢

Jür*_*len 7

我猜你在说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>
Run Code Online (Sandbox Code Playgroud)