@mortenbirkelund I know this is really 4 years old, but it was my first match on Google. I couldn’t figure out why logs weren’t printing to terminal.
Anyhow, to make Electron print to terminal, add this to the environment variables:
ELECTRON_ENABLE_LOGGING=1
Hope it helps others!