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
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 boxSee package: https://github.com/megahertz/electron-log
What changed
pnpm install electron-log@beta
Test plan
Use in follow up PR