Question

Accessing My Error Logs

My code works fine in my local environment but when i push to DO. It doesn’t. How do i access my error logs in ubuntu 16


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Accepted Answer

@iamkarsoft

The majority of your log files are going to be located within /var/log.

For example, Apache error logs would be /var/log/apache2/error.log. Others will be within the log directory unless you’ve configured custom log locations.