Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Add module to allow front-end logging to be sent to the backend for file logging. #241

Open
mvastarelli opened this issue Apr 5, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@mvastarelli
Copy link
Contributor

All logging on the back-end goes to STDOUT/File when the application while console.log() statements go to the browser output in the renderer. In production this console window won't be available to the user so we need to be able to capture important information for debugging purposes.

We should create a new logging module in the main process that is exposed to the renderer process via IPC that can forward messages to the logger.

This was first discussed in #232

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant