7.1. Appendix A - Log Files
7.1.1. Container Installation
In a container installation every single service writes its own logs to standard out.
Logs can be viewed with following command:
- 
For all services, following new lines
 
docker compose logs -f
- 
for a specific service, like the collector, and following new lines tailing the last 200
 
docker compose logs -f --tail 200 s4dbs_collector