# Background - If LOG_ENV_VARIABLE_NAME is set, it changes the path where luigi will log to - The luigi log configuration fails if the directory does not exist - We should move the makedirs from https://github.com/exasol/integration-test-docker-environment/blob/390968aed867174753f32e14f5130cd80c029b2c/exasol_integration_test_docker_environment/lib/base/luigi_log_config.py#L33 to before https://github.com/exasol/integration-test-docker-environment/blob/390968aed867174753f32e14f5130cd80c029b2c/exasol_integration_test_docker_environment/lib/base/luigi_log_config.py#L40 # Acceptance Criteria - Fix the bug - Add a test