You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful for debugging if Turpentine could log files to a custom log file rather than the standard var/log/system.log. Filtering though var/log/system.log for Turpentine specific logs can be quite time consuming.
The core Mage::log supports a third parameter $file which could be used for this.
+1, sounds like a plan. Grepping through the system.log for turpentine entries can be rather annoying at times. I would recommend adding two settings for this, a selectbox to specify if a custom logfile should be used or not, and another one that a logfile name can be entered into, if the custom logfile is enabled.
eth8505
pushed a commit
to eth8505/magento-turpentine
that referenced
this issue
May 6, 2014
It would be very useful for debugging if Turpentine could log files to a custom log file rather than the standard
var/log/system.log
. Filtering thoughvar/log/system.log
for Turpentine specific logs can be quite time consuming.The core
Mage::log
supports a third parameter$file
which could be used for this.The text was updated successfully, but these errors were encountered: