Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add electron-log #103

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Add electron-log #103

merged 1 commit into from
Aug 16, 2023

Conversation

sergeichestakov
Copy link
Contributor

Why

Seems like a much better solution to logging than just using console.log and seems to be the most popular in the community. Biggest thing is it writes also writes to a file in addition to the console (which makes debugging in prod much easier and has better formatting out of the box

See package: https://github.com/megahertz/electron-log

What changed

pnpm install electron-log@beta

Test plan

Use in follow up PR

@sergeichestakov sergeichestakov merged commit c2b96b0 into main Aug 16, 2023
8 checks passed
@sergeichestakov sergeichestakov deleted the @sergeichestakov/electron-log branch August 16, 2023 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants