threepointone / ratpack

ready. set. go!
197 stars 10 forks source link

logs #22

Open threepointone opened 7 years ago

threepointone commented 7 years ago

should dump logs somewhere so can gather them for errors, etc

Ajeey commented 7 years ago

I can help you out here. Should it be implemented via a third party lib like https://www.npmjs.com/package/electron-log OR a custom implementation by overriding console.log function and writing to a file?

threepointone commented 7 years ago

Electron-log looks great! Fair warning, the code's a bit of a mess right now. Thank you so very much!