I am creating an ngrok server using the command: ngrok http 2567
In my application i'm doing various console.log calls and I'd like to be able to view them!
I have tried using ngrok help and using the --log flag, but with no luck.
How can I view my logs when hosting on ngrok?