Skip to content

How to check apache2 error logs at Github Actions failure? #41497

Discussion options

You must be logged in to vote

How are you running the web server? Exactly how to do it will depend on that, but in general writing the server's error log to standard output (so it appears in the workflow log) or uploading it as an artifact should work.

Edit: I found your Apache config. It seems to be lacking an ErrorLog directive. Add one and then use the file you configured. 🙂

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@olleharstedt
Comment options

Answer selected by olleharstedt
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question inactive This discussion has been automatically marked as inactive. This was formerly labeled stale.
2 participants