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 2022/12/06 07:35:42 UTC

[GitHub] [airflow] hterik opened a new issue, #28143: Logs tab is automatically scrolling to the bottom while user is reading logs

hterik opened a new issue, #28143:
URL: https://github.com/apache/airflow/issues/28143

   ### Apache Airflow version
   
   2.5.0
   
   ### What happened
   
   Open the logs tab for a task that is currently running.
   Scroll up to read things further up the log.
   Every 30 seconds or so the log automatically scrolls down to the bottom again.
   
   ### What you think should happen instead
   
   If the user has scrolled away from the bottom in the logs-panel, the live tailing of new logs should not scroll the view back to the bottom automatically.
   
   ### How to reproduce
   
   _No response_
   
   ### Operating System
   
   Ubuntu 22.04
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Other Docker-based deployment
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.apache.org

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


[GitHub] [airflow] zachliu commented on issue #28143: Logs tab is automatically scrolling to the bottom while user is reading logs

Posted by "zachliu (via GitHub)" <gi...@apache.org>.
zachliu commented on issue #28143:
URL: https://github.com/apache/airflow/issues/28143#issuecomment-1401023836

   is it fixed or am i looking at another (but very similar) problem?
   
   https://user-images.githubusercontent.com/14293802/214154892-43154669-2020-4bab-a901-67fb704e2b87.mp4
   
   the auto-refresh is seemingly refreshing, scrolling, and appending logs continuously until the end of this task, making me think this task will have accumulated a ton of repeating logs but that's not the case if i check back after it's done :thinking: 


-- 
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


[GitHub] [airflow] bbovenzi commented on issue #28143: Logs tab is automatically scrolling to the bottom while user is reading logs

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on issue #28143:
URL: https://github.com/apache/airflow/issues/28143#issuecomment-1339518868

   Good catch! Let me fix that.


-- 
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


[GitHub] [airflow] zachliu commented on issue #28143: Logs tab is automatically scrolling to the bottom while user is reading logs

Posted by GitBox <gi...@apache.org>.
zachliu commented on issue #28143:
URL: https://github.com/apache/airflow/issues/28143#issuecomment-1353399950

   i thought it was by design :joy: 


-- 
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


[GitHub] [airflow] bbovenzi closed issue #28143: Logs tab is automatically scrolling to the bottom while user is reading logs

Posted by GitBox <gi...@apache.org>.
bbovenzi closed issue #28143: Logs tab is automatically scrolling to the bottom while user is reading logs
URL: https://github.com/apache/airflow/issues/28143


-- 
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


[GitHub] [airflow] zachliu commented on issue #28143: Logs tab is automatically scrolling to the bottom while user is reading logs

Posted by "zachliu (via GitHub)" <gi...@apache.org>.
zachliu commented on issue #28143:
URL: https://github.com/apache/airflow/issues/28143#issuecomment-1401042154

   grid view logs seems to be fine. this only occurs if i click "See More".
   after i click "See More" there are actually 2 scenarios:
   1. if i scroll down to the bottom i'll start seeing what the video shows
   2. if i don't scroll down, i'll see the scrollbar keeps getting smaller and smaller 


-- 
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


[GitHub] [airflow] bbovenzi commented on issue #28143: Logs tab is automatically scrolling to the bottom while user is reading logs

Posted by "bbovenzi (via GitHub)" <gi...@apache.org>.
bbovenzi commented on issue #28143:
URL: https://github.com/apache/airflow/issues/28143#issuecomment-1401033586

   @zachliu What about if you view the logs from the grid view?


-- 
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