Files
Docker-Chevereto/docs/LOGS.md

26 lines
241 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>
```
2022-11-28 19:18:32 -03:00
## Options
2022-04-01 16:04:53 -03:00
2022-10-18 10:13:49 -03:00
* NAMESPACE=chevereto
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
2022-11-12 18:22:28 -03:00
(*) For `SERVICE` you can use `php` and `database`.
2022-04-01 16:04:53 -03:00
## Access log
```sh
make log-access
```
## Error log
```sh
make log-error
```