# Background - We use the run_task function in [commons.py](https://github.com/exasol/integration-test-docker-environment/blob/main/exasol_integration_test_docker_environment/lib/api/common.py) for running the root luigi task, which then causes all dependent tasks to run - The run_task function configures the logging for luigi - A user can redirect the output to a file with the environment variable LOG_ENV_VARIABLE_NAME - The environment variable LOG_ENV_VARIABLE_NAME is used [here](https://github.com/exasol/integration-test-docker-environment/blob/bb462d63abfa2a07c484519b3874da89dfb90198/exasol_integration_test_docker_environment/lib/base/luigi_log_config.py#L35) - Currently, we don't have a test for this function # Acceptance Test - Add test for the environment variable LOG_ENV_VARIABLE_NAME