Details
Details
- Reviewers
amckinley - Maniphest Tasks
- T13197: 2018 Week 37 Bonus Content
- Commits
- rP0167f357b723: Provide a convenient way to log arbitrary text in Drydock without needing…
Added some code like this:
$operation->logText('Nice convenient text logging.');
...then got:
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/drydock/logtype/DrydockTextLogType.php | ||
---|---|---|
4–11 | What's the maximum amount of text you can dump into a log? Worth documenting here? |
Comment Actions
I think any "reasonable" amount should be fine. Maybe I'm not being imaginative enough, of course...