top | item 37204659

(no title)

askIoT | 2 years ago

How does this work if the dev's want to do live debugging etc.

discuss

order

aftbit|2 years ago

We don't handle that case in our S3 upload system. We only upload upon rotation, which adds a latency of around a day (less for very noisy log files). For live debugging, we either replicate the problem in local environment (if possible), or the dev logs into the production server and runs `tail` on the log file.