We seem to be pulling nonsense from the request, and logging the empty string.
Code:
$action = $webRequest->getRawVal( ImportPreviewPage::ACTION_BUTTON ); $this->logger->info( "Performing {$action} on ImportPlan for URL: {$clientUrl}" );
Log messages produced:
Performing on ImportPlan for URL: https://test2.wikipedia.org/wiki/File:038pro01.jpg
The only action which is logged here is "submit".