diff --git src/aphront/configuration/AphrontApplicationConfiguration.php src/aphront/configuration/AphrontApplicationConfiguration.php
index 60b12557c..9c07cd736 100644
--- src/aphront/configuration/AphrontApplicationConfiguration.php
+++ src/aphront/configuration/AphrontApplicationConfiguration.php
@@ -95,6 +95,7 @@ abstract class AphrontApplicationConfiguration extends Phobject {
$database_exception,
true);
$response = PhabricatorSetupCheck::newIssueResponse($issue);
+ phlog($issue->getMessage());
return self::writeResponse($sink, $response);
}