Project

General

Profile

action #133673

Updated by mkittler 10 months ago

## Observation 

     tail /space/logs/nginx/openqa.error_log 
     2023/08/02 08:29:41 [error] 1617#1617: *17865027 open() "/var/lib/openqa/share/factory/repo/openSUSE-Tumbleweed-oss-armv7hl-Snapshot20230801/docu/directory.yast" failed (2: No such file or directory), client: 195.135.221.150, server: openqa.opensuse.org, request: "GET /assets/repo/openSUSE-Tumbleweed-oss-armv7hl-Snapshot20230801/docu/directory.yast HTTP/2.0", host: "openqa.opensuse.org" 
     sudo tail /var/log/nginx/error.log 
     2023/07/26 13:59:08 [error] 2027#2027: *1214215 no live upstreams while connecting to upstream, client: 127.0.0.1, server: localhost, request: "GET / HTTP/1.1", upstream: "http://webui/", host: "localhost" 

 ## Acceptance criteria 
 * **AC1:** nginx logs are found in one well-known location 

 ## Suggestions 
 * Just don't specify a path, leave out the "openQA" in the name and use symlinks for the directory /var/log/nginx/ pointing to /space 
 * Don't worry about the installed templates. The log statements are custom already anyway

Back