electron-log
electron-log copied to clipboard
Formatting `main` console messages in renderers and vice versa
I just updated from v4 to v5 and it appears that console messages from the renderers appearing the VS Code debugger (which shows console messages from Electron's main process) are not formatted. I've got a template string setup in both the main and renderer processes, but , while these are formatting correctly for local console messages, they're appearing with the default formatting in the main process.
Likewise, when the ipc transport is enabled, messages from the main process are showing with default formatting in the renderers.
Is this a bug? Or am I missing a configuration step?