3.4. Integration Test Suite 로깅 구성
tempest 작업 공간 내의 로그 디렉터리에 있는 로그
파일의 기본 위치를 변경할 수 있습니다.
절차
tempest.conf
의[DEFAULT]
섹션에서log_dir
을 원하는 디렉터리로 설정합니다.[DEFAULT] log_dir = <directory>
자체 로깅 구성 파일이 있는 경우
tempest.conf
에서[DEFAULT]
섹션 아래에log_config_append
를 파일로 설정합니다.[DEFAULT] log_config_append = <file>
log_config_append
속성을 설정하면 Integration Test Suite에서 log_dir
특성을 포함하여 tempest.conf
의 다른 모든 로깅 구성을 무시합니다.