Reese Ann
05/11/2022, 12:59 AMairbyte_server/logs/logs_20220101.log
second, in the output for docker-compose up, i see log messages from a few different services:
• airbyte-scheduler
• airbyte-server
• airbyte-temporal
• airbyte-db
• airbyte-worker
• airbyte-webapp
if i explore the airbyte_workspace volume though, i only see log files for scheduler and server. are the logs for the other services available in log files anywhere?Marcos Marx (Airbyte)
05/11/2022, 2:07 AMdocker-compose up -d
will run the services in the backgrond and you can access the logs individually docker logs airbyte-server > server.log
Reese Ann
05/12/2022, 4:54 PM