Files
Docker-Chevereto/docs/LOGS.md
Rodolfo Berrios 7beea6297c fix logs
2024-05-15 12:10:36 -04:00

469 B

Logs

make <command> <options>

Options

  • NAMESPACE=yourproject
  • SERVICE=php
  • VERSION=4.1

(*) 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