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

时间:2011-11-25 08:34:59

标签: email magento magento-1.4 error-log

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

由于

1 个答案:

答案 0 :(得分: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>