Islandora-Devops / isle-dc

ISLE 8 - Dockerized Islandora 8 Deployment orchestrated with docker-compose
MIT License
23 stars 57 forks source link

Document log location #177

Open bondjimbond opened 2 years ago

bondjimbond commented 2 years ago

I've been having trouble finding the PHP error log and other logs. I don't believe the locations of these logs (both which container they're in and the paths within those containers) are documented anywhere, but they're necessary for troubleshooting. Can we make this information easy to find?

noahwsmith commented 2 years ago

The best way to view the logs is as a real-time stream. Run docker-compose logs -f drupal to see the Drupal logs

bondjimbond commented 2 years ago

Thanks... Is that documented anywhere?

noahwsmith commented 2 years ago

I guess not - I suppose it should be mentioned here:

https://github.com/Islandora-Devops/isle-dc/blob/development/docs/troubleshooting.md