XPE-7 commented on issue #59640:
URL: https://github.com/apache/airflow/issues/59640#issuecomment-3676508443

   Good point about `--verbose` already surfacing a lot of this information 
today. That makes me think the core problem here may be less about missing data 
and more about making the reproduction path explicit and easy to spot, without 
requiring contributors to know which flags to use or how to mentally 
reconstruct the command.
   A possible direction (happy to adjust based on feedback) could be:
   - reusing the existing verbose output internally,
   - but emitting a clearly marked “HOW TO REPRODUCE LOCALLY” section for 
relevant CI steps,
   - optionally gated behind a focused flag rather than always-on verbosity.
   
   I can try to put together a small, scoped implementation and tests that 
build on the current behavior rather than duplicating it.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to