Replies: 1 comment 1 reply
-
Apologies...looks like I am doing something dumb in my packaging. I used ipcRender to figure out app.getPath('logs') and it appears the app name changes to electron-react-boilerplate from the actual name of the app in package.json when the application is packaged. I see the log file now and it is indeed in ~/Library/Logs, but just under a different the boilerplate app name. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've tried googling this but for some reason I cannot find the answer. The default location in non-production on my Mac is ~/Library/Logs/app-name. But I cannot find where the location is in production. If I package the app and run it on my Mac, do I need to set a specific file directory location, or is there a production location default? It is definitely not writing to the default location in production.
Beta Was this translation helpful? Give feedback.
All reactions