Files
Docker-Chevereto/docs/LOGS.md
Rodolfo Berrios f308b40c87 fix tag naming
2022-10-18 10:13:49 -03:00

26 lines
257 B
Markdown

# Logs
```sh
make <command> <options>
```
Available options:
* NAMESPACE=chevereto
* 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
```