mirror of
https://github.com/go-task/task.git
synced 2026-09-01 19:50:16 +02:00
sprout logs its deprecation notices to stdout by default, which would corrupt the JSON and group output styles. Route them to the Executor's logger at verbose level instead, deduplicated so that a single deprecated call is not reported once per compilation pass.