HowTo Check contents of log file - robert7/nixnote2 GitHub Wiki
If you want to analyse some problematic behavior, you may want to examine contents of the log file.
First find out where the log file is on your file system by opening menu "Help/Data and log location info". If you are into command line, open terminal, navigate to the file and use e.g. less to open it.
Log location info (example):
images/application-files-info-01.png
Display file content with less
(example):
Or you may want to some gui tool - e.g. glogg.
You may open the log file from your file browser:
Note that if log levels is at least DEBUG, then there are additional details in the "files" subdirectory. Those may contain full note contents.
If you want to add log file to github issue - proceed to: add log file.