I plan on doing that, but since I have personal information in the large .enex files, I'm trying to determine the specific notes that are triggering the issue, allowing me to create an .enex containing only those notes.
However, the information on debugging the command line app here: joplin/readme/debugging.md at master · laurent22/joplin · GitHub is not working as I would expect.
joplin --debug --log-level debug import filename.enex
is not adding any additional debug information in $HOME/.config/joplin/log.txt
I can't find anything in log-database.txt that lets me correlate the error to a specific note. Do you have any suggestions?
Thanks!