sindresorhus/electron-timber

Add option to show main process output in the renderer

Opened this issue · 3 comments

Can you be useful for debugging a production app, since you wouldn't otherwise easily see the logging from the main process.

@acheronfail Thoughts?

In order to see the main process messages you can execute the built app from the command line like path/to/app/folder $ ./app_executable

@cgalvarez Yup, but that's inconvenient. Also nice to have all the logging in one place when debugging.

See #19 for inspiration if you want to work on this issue.