Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
litespeed_wiki:cache:litemage:configuration:developer_testing [2016/09/16 21:30]
Rob Holda [Enable Debug Log]
litespeed_wiki:cache:litemage:configuration:developer_testing [2018/11/06 13:55]
Jackson Zhang [Developer Testing]
Line 1: Line 1:
 ====== Developer Testing ====== ====== Developer Testing ======
  
 +There is a developer testing section in LiteMage configuration.
 +{{ :​litespeed_wiki:​cache:​litemage:​configuration:​litemage1-developer-testing.png?​800 |}}
 ===== Enable LiteMage Cache Only for Listed IPs =====  ===== Enable LiteMage Cache Only for Listed IPs ===== 
  
Line 9: Line 11:
 ===== Enable Debug Log =====  ===== Enable Debug Log ===== 
  
-Global setting. Prints additional information to /var/​log/​system.log for debugging purposes. (Ensure developer log is enabled.)+Global setting. Prints additional information to ''​var/​log/​system.log''​ or ''​var/​log/​litemage.log'' ​for debugging purposes. (Ensure developer log is enabled ​under System -> Configuration -> Developer inside of Magento.)
   * //Note: Turn off for production use.//   * //Note: Turn off for production use.//
   * The developer log has to be enabled, this is sometimes globally enabled by default, but not at the store level. To change this, go to System → Configuration → Advanced → Developer → Log Settings.   * The developer log has to be enabled, this is sometimes globally enabled by default, but not at the store level. To change this, go to System → Configuration → Advanced → Developer → Log Settings.
   * A detailed log will be printed out. LiteMage log entries have a LiteMage label at beginning. This is not for end users, but for developers to troubleshoot issues.   * A detailed log will be printed out. LiteMage log entries have a LiteMage label at beginning. This is not for end users, but for developers to troubleshoot issues.
 +
 +===== Debug Level ===== 
 +// Available since LiteMage version 1.3.6. //
 +
 +Specifies debug level ranging from 1 to 9. The higher the value, the more detailed the output.
 +
 +===== Enable Log for Crawlers ===== 
 +// Available since LiteMage version 1.3.6. //
 +
 +Prints warmup and delta crawler activities to ''​var/​log/​litemage_crawler.log''​.
  
 ===== Enable Log for Delta crawler ===== ===== Enable Log for Delta crawler =====
  
 Global setting. Determines whether LiteMage prints delta crawler activities to ''​var/​log/​lmdelta.log''​ Global setting. Determines whether LiteMage prints delta crawler activities to ''​var/​log/​lmdelta.log''​
 +
 +===== Disable Layout Override for Non-Cacheable Routes =====
 +// Available since LiteMage version 1.3.6. //
 +
 +This will disable LiteMage’s layout class override for non-cacheable frontend pages at the expense of performance. Enable this setting if there are issues during the checkout process.
 +
 +
  • Admin
  • Last modified: 2018/11/06 14:07
  • by Jackson Zhang