I’m reviewing the logs for an app in production (error not happening locally) and having an issue where logs entries from a previous build/deploy are still being shown and intermingled with more recent entries, making reviewing them next to impossible.
I’ve tried clearing the build cache on deploy, but the result is still that older logs are being shown as if they are happening in that moment.
Is there any way via the console or otherwise to wipe the logs completely so that I can get a clean slate to review?