Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104156466
PhabricatorAphlictManagementDebugWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Mar 6, 20:31
Size
567 B
Mime Type
text/x-php
Expires
Sat, Mar 8, 20:31 (2 d)
Engine
blob
Format
Raw Data
Handle
24755982
Attached To
rPH Phabricator
PhabricatorAphlictManagementDebugWorkflow.php
View Options
<?php
final
class
PhabricatorAphlictManagementDebugWorkflow
extends
PhabricatorAphlictManagementWorkflow
{
protected
function
didConstruct
()
{
parent
::
didConstruct
();
$this
->
setName
(
'debug'
)
->
setSynopsis
(
pht
(
'Start the notifications server in the foreground and print large '
.
'volumes of diagnostic information to the console.'
));
}
public
function
execute
(
PhutilArgumentParser
$args
)
{
parent
::
execute
(
$args
);
$this
->
setDebug
(
true
);
$this
->
willLaunch
();
return
$this
->
launch
();
}
}
Event Timeline
Log In to Comment