Files
Docker-Chevereto/docs/LOGS.md
Rodolfo Berrios c541c55c3f typos
2022-11-28 19:18:32 -03:00

26 lines
241 B
Markdown

# Logs
```sh
make <command> <options>
```
## 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
```