Main navigation | Main content
Depending on the type of account you have, you can find the output of the error logs with the following commands:
CSE Labs: tail -f /web/logs/www-users.cselabs_error_log/error_log
CS&E: tail -f /web/logs/www-users.cs_error_log/error_log
The error logs contain the output created when your script generates an error. The -f flag will cause the file to remain open and new error messages will be appended to the terminal output as they are created. This can help you debug the script.