You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using CLI to get component logs with astro deployment logs --scheduler --log-count 100000000 but could only get ~600 lines of logs where expectation is to get all logs within 24hrs.
The above command, it returns logs within last ~75 minutes or limiting to 700-800 lines where count passed is 1000000. Given that, there are 9000+ logs in UI
Describe the bug
Using CLI to get component logs with
astro deployment logs --scheduler --log-count 100000000
but could only get ~600 lines of logs where expectation is to get all logs within 24hrs.The above command, it returns logs within last ~75 minutes or limiting to 700-800 lines where count passed is 1000000. Given that, there are 9000+ logs in UI
What CLI Version did you experience this bug?
This CLI bug is related to which Astronomer Platform?
What Operating System is the above CLI installed on?
Mac OS
🪜 Steps To Reproduce
astro deployment logs deploymentid --log-count 10000000 --scheduler
, could get only last 75 minutes logs.📸 Screenshots
Not Applicable
The text was updated successfully, but these errors were encountered: