Anyway to check previous Logs?

Besides using a package that stores logs, is there a way from me to see the history of console logs?

Hi @Min! Console logs in Glitch are sent using a websocket, so once they’re gone, they’re gone. If you want to keep them, you’ll have to store them explicitly using a package or by manually logging them to a file.

2 Likes

Alright! Thanks for the answer.