1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-08 13:51:02 +01:00
phorge-phorge/src/applications/daemon/management
epriestley a27c83757d Remove ancient "phd.trace" and "phd.verbose" configuration options
Summary:
Ref T13556. These options are very old and effectively obsoleted by "bin/phd debug [--trace]". I haven't used either option diagnostically in many years, and they aren't mentioned in the documentation.

Remove them to simplify configuration, and because "phd.trace" doesn't work anyway and likely hasn't for a long time -- it has specific issues with TTY detection (see T13556).

Test Plan: Grepped for "phd.trace" and "phd.verbose". Ran "bin/phd debug [--trace]" and saw verbose/trace output.

Maniphest Tasks: T13556

Differential Revision: https://secure.phabricator.com/D21426
2020-07-23 12:31:32 -07:00
..
PhabricatorDaemonManagementDebugWorkflow.php Add "--pool" and "--duration" flags to daemon CLI tools 2017-02-28 07:43:46 -08:00
PhabricatorDaemonManagementLaunchWorkflow.php Update phd launch 2017-03-02 21:37:02 +11:00
PhabricatorDaemonManagementListWorkflow.php Fix visibility of PhutilArgumentWorkflow::didConstruct methods 2015-01-16 07:42:07 +11:00
PhabricatorDaemonManagementLogWorkflow.php Correct a mangled translation string in "bin/phd log --id X" 2018-10-26 06:13:18 -07:00
PhabricatorDaemonManagementReloadWorkflow.php phtize all the things 2015-05-22 21:16:39 +10:00
PhabricatorDaemonManagementRestartWorkflow.php Deprecate "bin/phd ... --gently" and update documentation 2019-06-24 11:16:00 -07:00
PhabricatorDaemonManagementStartWorkflow.php Fix errors found by PHPStan 2017-02-18 09:24:56 +00:00
PhabricatorDaemonManagementStatusWorkflow.php Fix a bad call to "writeInfo()" in "bin/phd stop" with no PHABRICATOR_INSTANCE defined 2019-07-12 09:15:17 -07:00
PhabricatorDaemonManagementStopWorkflow.php Deprecate "bin/phd ... --gently" and update documentation 2019-06-24 11:16:00 -07:00
PhabricatorDaemonManagementWorkflow.php Remove ancient "phd.trace" and "phd.verbose" configuration options 2020-07-23 12:31:32 -07:00
PhabricatorLockLogManagementWorkflow.php Continue cleaning up queries in the wake of changes to "%Q" 2018-11-16 12:49:44 -08:00
PhabricatorLockManagementWorkflow.php Add a "lock log" for debugging where locks are being held 2018-03-05 17:55:34 -08:00