mathew-kurian / Scribe.js

:scroll: Node.js logging made simple! Online access to logs and more...
https://mathew-kurian.github.io/Scribe.js/
MIT License
284 stars 45 forks source link

node-webkit with scribe.js, cant find the 'logs' folder #48

Closed estvmachine closed 9 years ago

estvmachine commented 9 years ago

Well i just make a package with node-webkit, and well the scribe.js still working, however i cant find the 'logs' folder, any idea where is it?. I search inside the package, in the desktop, in the root folder of the package, in the temps files, i search with windows explorer the files like the image and nothing,

image

I thinks is creating files because when i close the app, i can reach the same logs, and on purpose i generated error for charging the 'logs error'. Well maybe you can help me.

guillaumewuip commented 9 years ago

Hi @estvmachine, sorry for having forgot to respond here. I was busy and I think @bluejamesbond is too. You've just closed this issue. Is it to say you've find a solution ?

estvmachine commented 9 years ago

Yeah i think when you dont especify the root in a node-webkit app builded with scribe-js, the app use temporal files. For avoid this situation i especify the rootPath like in #52. Thanks for your help anyways and this wonderful plugin!.

guillaumewuip commented 9 years ago

Thanks for your feedback @estvmachine, I didn't know this node-webkit trick.