Files
Docker-Chevereto/docs/LOGS.md

26 lines
253 B
Markdown
Raw Normal View History

2022-04-02 19:59:46 -03:00
# Logs
2022-04-01 16:04:53 -03:00
```sh
make <command> <options>
```
Available options:
2022-04-03 10:48:52 -04:00
* NAMESPACE=local
2022-04-01 16:04:53 -03:00
* SERVICE=php
2022-04-03 10:48:52 -04:00
* VERSION=4.0
2022-04-01 16:04:53 -03:00
(*) For `SERVICE` you can use `php`, `database` and `http`.
## Access log
```sh
make log-access
```
## Error log
```sh
make log-error
```