Does this have support for multisites, where I can view all subsites logs from the central place (network level) ?
]]>Does this have multisite capability and should be network activated?
(hoping it can log all traffic from subsites centrally)
Hi buddy,
Your plugin is amazing. I’m really grateful that you designed this plugin.
However, there is an issue that it doesn’t log pre_http_request and I need it to be logged.
I added the following code to the plugin for myself.
add_filter( 'pre_http_request', function ( $response, $parsed_args, $url ) {
if ( ! $response ) {
return false;
}
$this->capture_request( $response, '', '', $parsed_args, $url );
return $response;
}, PHP_INT_MAX , 5 );
I just wanted to let you know that if you’re interested, please consider adding it to the update of your plugin.
]]>I want to export logs so I can take a look at them
]]>Hello,
Does your plugin log requests by plugin name ?
I understand you can modify the WP Requests Class User-Agent so that it includes the name of the plugin that uses the Requests Class.
Wondered if your plugin did this without modifying core code.
]]>Looks good and no problems on recent 5.6.1. Can you update “Tested up to” please?
PS: We drop seemingly unmaintained plugins from our websites
]]>Hi,
Great plugin. Is there a way to export the logs to csv?
Thanks
]]>It definitely is a nice plugin, but why the heck does it show me what happened “17 hours ago” instead of 06/17/2019 19:07:13. Having a precise time stamp on every event would make this plugin 1000x more useful.
]]>Hi, great plugin!
But if you take into account the use cases for your plugin I think there should be a clean-up on plugin’s deactivation.
]]>