• Resolved alexliii

    (@alexliii)


    Hello,

    I just note there are webhooks-delivery log in woocommerce–>status–>logs, and here is log content:

    2022-05-19T02:14:14+00:00 INFO Array
    (
        [Webhook Delivery] => Array
            (
                [Delivery ID] => 685df0495504b77b83980c5a636ac7da
                [Date] => May 19, 2022 @ 2:14
                [URL] => https://webhooks.automizely.com/aftership/woocommerce/order/v1
                [Duration] => 0.23401
                [Request] => Array
                    (
                        [Method] => POST
                        [Headers] => Array
                            (
                                [User-Agent] => WooCommerce/6.4.1 Hookshot (WordPress/5.8.4)
                                [Content-Type] => application/json
                                [X-WC-Webhook-Source] => https://mysite.com/
                                [X-WC-Webhook-Topic] => order.updated
                                [X-WC-Webhook-Resource] => order
                                [X-WC-Webhook-Event] => updated
                                [X-WC-Webhook-Signature] => EfB7LHuOO4n+Q1tpSzAbZZhFPAiXiqtioP50q6io7bI=
                                [X-WC-Webhook-ID] => 2
                                [X-WC-Webhook-Delivery-ID] => 685df0495504b77b83980c5a636ac7da
                            )
    
                    )
    
                [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                [Response] => Array
                    (
                        [Code] => 200
                        [Message] => OK
                        [Headers] => Requests_Utility_CaseInsensitiveDictionary Object
                            (
                                [data:protected] => Array
                                    (
                                        [date] => Thu, 19 May 2022 02:14:14 GMT
                                        [content-length] => 0
                                        [vary] => Origin
                                        [x-kong-upstream-latency] => 21
                                        [x-kong-proxy-latency] => 0
                                        [via] => kong/2.5.1, 1.1 google
                                        [cf-cache-status] => DYNAMIC
                                        [expect-ct] => max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
                                        [strict-transport-security] => max-age=15552000
                                        [server] => cloudflare
                                        [cf-ray] => 70d95161e9ec97f9-SJC
                                    )
    
                            )
    
                        [Body] => Webhook body is not logged unless WP_DEBUG mode is turned on. This is to avoid the storing of personal data in the logs.
                    )
    
            )
    
    )

    Is this log from this plugin please?

    If yes, anyway to disable the log?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘webhooks-delivery log’ is closed to new replies.