Workflow missing logs

This workflow ran for a little over 12 hours before terminating with a failure. I was tailing the logs yesterday during the workflow's execution, and noted dozens of errors. However when I look today, I do not see any errors (pictured, below).

I have tried refreshing the page, and clicking different results in the Run History, but I cannot get more logs to load. I have also tried downloading the logs, but I only receive 3168 log lines:

wc -l *.txt
    3168 09_23_2024_1_45_PM-CSE-5175-logs.txt

head 09_23_2024_1_45_PM-CSE-5175-logs.txt
Mo 09/23/2024 13:45:45	Starting run for workflow: 5c9ec2f8-4e94-4cad-83b0-145697d36818 in environment production
Mo 09/23/2024 13:45:45	Workflow Run Id: 796cbd17-0235-4932-9b14-cb2ac5ef325b
Mo 09/23/2024 13:45:45	Triggered from: manual
Mo 09/23/2024 13:45:45	--- Running query: startTrigger ---
Mo 09/23/2024 13:45:45	--- Successfully finished running query: startTrigger ---
Mo 09/23/2024 13:45:45	--- Running query: queryRequestData ---
Mo 09/23/2024 13:45:51	--- Successfully finished running query: queryRequestData ---
Mo 09/23/2024 13:45:51	--- Running query: setStartEndTime ---
Mo 09/23/2024 13:45:51	--- Running query: breakoutBySupplierChannel ---
Mo 09/23/2024 13:45:51	--- Successfully finished running query: setStartEndTime ---

Environment: Retool Cloud
Workflow ID: 5c9ec2f8-4e94-4cad-83b0-145697d36818
Run ID: 796cbd17-0235-4932-9b14-cb2ac5ef325b

Hey @gkahen! Thanks for reaching out. I see a bunch of logs for that particular run - about 283k total - but only a couple of errors. The two shown below are the only ones, actually.

My initial reaction is that the number of logs saved at the database level and passed to the frontend must be culled at a certain point, but that doesn't really explain why I don't see more errors on my end. :thinking:

I'll talk to a few other team members to see what they think and provide an update back here as soon as possible!