Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Error logs in Dev mode

  • #4586
    Avatar photo[anonymous]

    Hi,

    I started to fiddle around with Your awesome app and found out that logging is not really working (even if in npm run dev mode).

    I have switched on DevTools in AppSettings but neither Vue Devtools are there or any logging.
    I have made a workaround by installing electron-log and vue-devtools, but maybe I am doing something wrong and it should work out of the box?

    #4661
    Avatar photo[anonymous]

    Hi,

    Please remember that a lot of things like rendering, thumbnails generation etc. are done in a child processes ans they won’t log anything to your console.

    You can find some logs in Tools -> Log Viewer.

    If you need logs for some specific thing – please let me know – I will see what we can do 🙂