Files
Docker-Chevereto/docs/LOGS.md
Rodolfo Berrios 594fca7987 4.4
2025-12-02 16:49:15 -03:00

469 B

Logs

make <command> <options>

Options

  • NAMESPACE=yourproject
  • SERVICE=php
  • VERSION=4.4

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