• In my debug.log file I get constant this message and like to know what it means.
    And how I can prevent to get it day by day.

    [03-Nov-2017 12:01:39 UTC] WP_Community_Events::maybe_log_events_response: Valid response received. Details: {“api_url”:”https:\/\/api.wordpress.org\/events\/1.0\/”,”request_args”:{“body”:{“number”:5,”ip”:”82.75.122.0″,”locale”:”en_GB”,”timezone”:”Europe\/Amsterdam”}},”response_code”:200,”response_body”:{“location”:{“ip”:”82.75.122.0″},”events”:”3 events trimmed.”}}

Viewing 1 replies (of 1 total)
  • The log message says “Valid response received” and the response code in the JSON object is 200, which is usually a response for a success request. I think it is not an error. Note that the docs for WP_Community_Events::maybe_log_events_response() says “All responses are logged when debugging, even if they’re not WP_Errors”. All responses are logged when WP_DEBUG_LOG is on.

Viewing 1 replies (of 1 total)

The topic ‘Debug daily message “maybe_log_events_response”’ is closed to new replies.