I've created an electron application and bundled it using electron-builder. It all works great, though as this application is still in it's alpha stages there's a lot of debug that gets printed via console.log (in the backend of the application, not the frontend/renderer).
So my question is, as no terminal/command prompt gets opened with the application, where does all this logging go, and can I retrieve it to review where my application went wrong?
Thank you!