10 lines
273 B
Markdown
10 lines
273 B
Markdown
## Logging
|
|
All logs should now print out in stdout/stderr and are available via the docker logs command:
|
|
```
|
|
docker logs <CONTAINER_NAME>
|
|
```
|
|
All logs should now print out in stdout/stderr and are available via the docker logs command:
|
|
```
|
|
docker logs <CONTAINER_NAME>
|
|
```
|