Files
Docker-Chevereto/docs/LOGS.md
Rodolfo Berrios d1d766b2cf 4.2 regio tiempos
2024-07-01 14:08:54 -04:00

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