You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/12 09:56:38 UTC

[GitHub] [airflow] uranusjr commented on pull request #28881: No multiline log entry for bash env vars

uranusjr commented on PR #28881:
URL: https://github.com/apache/airflow/pull/28881#issuecomment-1380078060

   One problem with this is environment variable values not uncommonly contain spaces, and that’d break display. Newlines are also possible but far less common (and the output would still be semi readable even in the case).
   
   Perhaps we can use `repr` on the value to avoid this?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org