WPIntell

Source evidence

Support woocommerce errors logs?

Error Log Monitor · support · 2023-02-01T16:18:00+00:00

complaintsentiment
highseverity
1.0relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 31 rows with source links

16.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
alexliii unresolved
Hello if yes, any settings needed please? thanks I’m not very familiar with WooCommerce, personally. Does it have some custom error logs? In general, ELM should show anything that’s logged to the default error log, even if the error messages are in a custom format. For an e-commerce site, monitoring errors log on woocommerce is much much important. An typical case is that we forgot to have a test after update a plugin, like PayPal payment plugin, if there is a bug , it might cause failed payment. Several days later, you might be curious why there is no orders. There will be loss a lot when you finnal note that there is error log on woocommerce. by default, logs on woocommerce is always on. I am not coding background, but I think the logs of woocommerce is in different directory , and please check it at https://woocommerce.com/document/finding-php-error-logs/ It looks like the page that you linked mentions two logs: a “WooCommerce Fatal Errors log” and the general PHP error log. This plugin will show the general PHP error log if logging is configured on your server (i.e. the error_log setting is set to a valid, full file path). It will not show any custom log files that other plugins might create.

Comments

3 shown
Janis Elsts 2023-02-01T16:25:00+00:00

I’m not very familiar with WooCommerce, personally. Does it have some custom error logs? In general, ELM should show anything that’s logged to the default error log, even if the error messages are in a custom format.

alexliii 2023-02-01T16:40:00+00:00

For an e-commerce site, monitoring errors log on woocommerce is much much important. An typical case is that we forgot to have a test after update a plugin, like PayPal payment plugin, if there is a bug , it might cause failed payment. Several days later, you might be curious why there is no orders. There will be loss a lot when you finnal note that there is error log on woocommerce. by default, logs on woocommerce is always on. I am not coding background, but I think the logs of woocommerce is in different directory , and please check it at https://woocommerce.com/document/finding-php-error-logs/

Janis Elsts 2023-02-01T17:20:00+00:00

It looks like the page that you linked mentions two logs: a “WooCommerce Fatal Errors log” and the general PHP error log. This plugin will show the general PHP error log if logging is configured on your server (i.e. the error_log setting is set to a valid, full file path). It will not show any custom log files that other plugins might create.