It is quite easy to find the error log location through a quick query:
SELECT SERVERPROPERTY('ErrorLogFileName') AS 'Error log file location'
This shows where your Error log file is stored.
Visit the DevX Tip Bank