Method: Gitlab::QA::Component::AiGateway#host_log_path
- Defined in:
- lib/gitlab/qa/component/ai_gateway.rb
#host_log_path ⇒ Object
92 93 94 |
# File 'lib/gitlab/qa/component/ai_gateway.rb', line 92 def host_log_path File.join(Runtime::Env.host_artifacts_dir, name, 'logs', LOG_FILE_NAME) end |