mirror of
https://github.com/chevereto/docker.git
synced 2026-01-15 03:32:05 +01:00
469 B
469 B
Logs
make <command> <options>
Options
- NAMESPACE=yourproject
- SERVICE=php
- VERSION=4.2
(*) For SERVICE you can use php and database respectively to get the logs for the PHP Apache and the MariaDB database.
Access log
make log-access NAMESPACE=yourproject
make log-access NAMESPACE=yourproject SERVICE=database
Error log
make log-error NAMESPACE=yourproject
make log-error NAMESPACE=yourproject SERVICE=database