FaqLogMessagesFile
Where do I find the NetBeans log file to attach to the error report?
The NetBeans IDE keeps its log messages in a file called /var/log/messages.log in the NetBeans userdir. The log file is very useful for troubleshooting and tracking down dources of error. When you report an issue, you should attach this file to the report.
Here are some examples where a user named Joe would find the NetBeans IDE 6.7 log file on various operating systems:
- Windows XP
C:\Documents and Settings\joe\.netbeans\6.7\var\log\message.log
- Linux
/home/joe/.netbeans/6.7/var/log/messages.log
- Mac OS X
/Users/joe/.netbeans/6.7/var/log/messages.log
Read more on how to find the NetBeans userdir.

