Files
Docker-Chevereto/docs/LOGS.md
Rodolfo Berrios 88db765e40 removes arch
2022-04-03 10:48:52 -04:00

26 lines
253 B
Markdown

# Logs
```sh
make <command> <options>
```
Available options:
* NAMESPACE=local
* SERVICE=php
* VERSION=4.0
(*) For `SERVICE` you can use `php`, `database` and `http`.
## Access log
```sh
make log-access
```
## Error log
```sh
make log-error
```