Hacker News new | past | comments | ask | show | jobs | submit
easy, give the logs timestamps, the LLM can sort the order.
Timestamps aren't the issue. The problem is the cycle itself: stop the process, add the log line, restart, wait for the right conditions to hit that code path again. For anything timing-sensitive or dependent on external state, each restart changes what you're trying to observe.