Files
Docker-Chevereto/docs/LOGS.md
Rodolfo Berrios 3ca890a2b6 updates
2022-11-12 18:22:28 -03:00

26 lines
249 B
Markdown

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