Select Git revision
WPDeskLoggerFactory.php
-
Bartek Jaskulski authored
Mentioned logger uses a shared log file across each library client, which results in centralized log, impossible to split and with tendency to grow multiple gigabytes in end users' environments. Instead, prefer `SimpleLoggerFactory`, making use of WooCommerce logger, which by default features file per channel, log rotation and important security checks. Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>
Bartek Jaskulski authoredMentioned logger uses a shared log file across each library client, which results in centralized log, impossible to split and with tendency to grow multiple gigabytes in end users' environments. Instead, prefer `SimpleLoggerFactory`, making use of WooCommerce logger, which by default features file per channel, log rotation and important security checks. Signed-off-by:
Bart Jaskulski <bjaskulski@protonmail.com>