Files
Docker-Chevereto/docs/console/LOGS.md
Rodolfo Berrios 3a74dd4ec7 HELLOV4
2022-04-01 16:04:53 -03:00

26 lines
260 B
Markdown

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