Files
Docker-Chevereto/docs/LOGS.md
Rodolfo Berrios c8fb1bbf6a 4.3 tiempos
2025-04-21 16:39:25 -04:00

469 B

Logs

make <command> <options>

Options

  • NAMESPACE=yourproject
  • SERVICE=php
  • VERSION=4.3

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