Bowrna commented on issue #29405: URL: https://github.com/apache/airflow/issues/29405#issuecomment-1457459381
> > @ephraimbuddy when I looked into the code in log_endpoint.py, the full_content is a boolean that decides how to populate the metadata. with that value set in metadata only, the download_logs is set/unset in the metadata. can you tell me why a similar solution won't work log_pos? > > I don't think we need the log_pos, it's not a boolean like the download_logs. It's something that should come from the logger. At the first request, we can just get the log with its position. It seems to me that giving it position would mean truncating some logs Ok that makes sense to me @ephraimbuddy -- 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]
