# Where Can I Find the yc.log File?
The yc.log file contains diagnostic information that helps our support team understand what happened inside the yCrash server and identify potential errors. The location of the yc.log file is determined by the -DlogDir parameter configured in the yCrash server launch script (i.e. launch-yc-server.sh or launch-yc-server.bat)
# How to Find the Log Directory?
Open the launch-yc-server.sh or launch-yc-server.bat file and look for the -DlogDir parameter.
For example:
… -DlogDir=/opt/ycrash/logs …
1
In this example, the yCrash server logs are stored in: /opt/ycrash/logs. You should therefore find the yc.log file at: /opt/ycrash/logs/yc.log