STR: ``` ./mach taskgraph full --target-kind test ``` Result: A *ton* of logs are generated from manifestparser. To an extent that task generation takes whole minutes longer just due to all the printing that is happening. Expected: Manifestparser does not emit any logs. I suspect this is a regression from bug 1779473 which had some logging related changes.
Bug 1846052 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
STR: ``` ./mach taskgraph full --target-kind test ``` Result: A *ton* of logs are generated from manifestparser. To an extent that task generation takes noticeably longer just due to all the printing that is happening. Expected: Manifestparser does not emit any logs. I suspect this is a regression from bug 1779473 which had some logging related changes.