Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P2111
(An Untitled Masterwork)
Active
Public
Actions
Authored by
joshuaspence
on Dec 13 2018, 12:24 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F6061767:
Dec 13 2018, 12:36 AM
2018-12-13 00:36:51 (UTC+0)
F6061759:
Dec 13 2018, 12:25 AM
2018-12-13 00:25:54 (UTC+0)
F6061758:
Dec 13 2018, 12:24 AM
2018-12-13 00:24:11 (UTC+0)
Subscribers
None
From 45abfe2f5a2960bdf3751c5523ef3fc8f62d9f5b Mon Sep 17 00:00:00 2001
From: Joshua Spence <josh@freelancer.com>
Date: Thu, 13 Dec 2018 11:29:39 +1100
Subject: [PATCH] Temp
---
src/aphront/configuration/AphrontApplicationConfiguration.php | 1 +
1 file changed, 1 insertion(+)
diff --git src/aphront/configuration/AphrontApplicationConfiguration.php src/aphront/configurati
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);
}
--
2.19.2
Event Timeline
joshuaspence
created this paste.
Dec 13 2018, 12:24 AM
2018-12-13 00:24:11 (UTC+0)
joshuaspence
edited the content of this paste.
(Show Details)
joshuaspence
edited the content of this paste.
(Show Details)
Dec 13 2018, 12:36 AM
2018-12-13 00:36:51 (UTC+0)
Log In to Comment