← All changes
|
src/Controllers/Hooks/Process/class-async-process-controller.php
+2
-2
3.0.5
→
4.1.0
View file →
| @@ -8,9 +8,9 @@ | ||
| 8 | 8 | |
| 9 | 9 | namespace SeQura\WC\Controllers\Hooks\Process; |
| 10 | 10 | |
| 11 | 11 | use SeQura\WC\Controllers\Controller; |
| 12 | -use SeQura\WC\Services\Interface_Logger_Service; | |
| 12 | +use SeQura\WC\Services\Log\Interface_Logger_Service; | |
| 13 | 13 | use SeQura\WC\Services\Report\Interface_Report_Service; |
| 14 | 14 | |
| 15 | 15 | /** |
| 16 | 16 | * Async Process Controller implementation |
| @@ -42,9 +42,9 @@ | ||
| 42 | 42 | * |
| 43 | 43 | * @return void |
| 44 | 44 | */ |
| 45 | 45 | public function send_delivery_report() { |
| 46 | - $this->logger->log_info( 'Hook executed', __FUNCTION__, __CLASS__ ); | |
| 46 | + $this->logger->log_debug( 'Hook executed', __FUNCTION__, __CLASS__ ); | |
| 47 | 47 | try { |
| 48 | 48 | $this->report_service->send_delivery_report_for_current_store(); |
| 49 | 49 | } catch ( \Throwable $e ) { |
| 50 | 50 | $this->logger->log_throwable( $e, __FUNCTION__, __CLASS__ ); |