replit / desktop

Replit Desktop App
116 stars 7 forks source link

Add electron-log #103

Closed sergeichestakov closed 1 year ago

sergeichestakov commented 1 year ago

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