Forked from magentogirl/gist:e8dc6aa7c74d021f85cc
Last active
December 8, 2016 05:06
-
-
Save tegansnyder/189f1c3ce897b4ab494d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<config> | |
<frontend> | |
<events> | |
<!--disable logs--> | |
<controller_action_predispatch> | |
<observers><log><type>disabled</type></log></observers> | |
</controller_action_predispatch> | |
<controller_action_postdispatch> | |
<observers><log><type>disabled</type></log></observers> | |
</controller_action_postdispatch> | |
<customer_login> | |
<observers><log><type>disabled</type></log></observers> | |
</customer_login> | |
<customer_logout> | |
<observers><log><type>disabled</type></log></observers> | |
</customer_logout> | |
<sales_quote_save_after> | |
<observers><log><type>disabled</type></log></observers> | |
</sales_quote_save_after> | |
<checkout_quote_destroy> | |
<observers><log><type>disabled</type></log></observers> | |
</checkout_quote_destroy> | |
</events> | |
</frontend> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment