diff --git a/plugins/CoreAdminHome/Commands/PurgeOldArchiveData.php b/plugins/CoreAdminHome/Commands/PurgeOldArchiveData.php
index 1df24699a0a656ae9b7d5c03337d0fa365cca3da..de1d58745bc4142c9f52b436f65f62fe48a4d5a1 100644
--- a/plugins/CoreAdminHome/Commands/PurgeOldArchiveData.php
+++ b/plugins/CoreAdminHome/Commands/PurgeOldArchiveData.php
@@ -69,6 +69,8 @@ class PurgeOldArchiveData extends ConsoleCommand
 
     protected function execute(InputInterface $input, OutputInterface $output)
     {
+        // during normal command execution, we don't want the INFO level logs logged by the ArchivePurger service
+        // to display in the console, so we use a NullLogger for the service
         $logger = null;
         if ($output->getVerbosity() <= OutputInterface::VERBOSITY_NORMAL) {
             $logger = new NullLogger();
diff --git a/tests/UI/expected-ui-screenshots b/tests/UI/expected-ui-screenshots
index e1c7b5f9ade43f751883541898b82dc09ca830ec..2d61d2c4ef50d17c169a63bd3ad4b123da8f5cb0 160000
--- a/tests/UI/expected-ui-screenshots
+++ b/tests/UI/expected-ui-screenshots
@@ -1 +1 @@
-Subproject commit e1c7b5f9ade43f751883541898b82dc09ca830ec
+Subproject commit 2d61d2c4ef50d17c169a63bd3ad4b123da8f5cb0