Remove extra .txt from errors.txt page hyperlink

In Periodic Job, under logs folder, this page got
rendered with useful information for debugging CI.

Currnetly on Opening errors.txt.txt,gz page, the page
does not exists.

The correct page link is errors.txt.gz.
It fixes the same.

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I2ed78be8e94e0175b3c083b47decbf73bee3fd25
This commit is contained in:
Chandan Kumar (raukadah) 2022-03-17 12:11:27 +05:30
parent 2fa24b9381
commit 7d71b5e1c3
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
</style>
<h3>Links to important log files</h3>
<ul>
<li><a href='undercloud/var/log/extra/errors.txt.txt.gz'>undercloud/var/log/extra/errors.txt.txt.gz</a>
<li><a href='undercloud/var/log/extra/errors.txt.gz'>undercloud/var/log/extra/errors.txt.gz</a>
- the concatenation of all the errors on any node in a single file</li>
<li><a href='undercloud/home/zuul/'>undercloud/home/zuul/</a>
- the source and log output of all templated shell scripts</li>
@ -135,7 +135,7 @@ be found in <a href='undercloud/home/zuul'>undercloud/home/zuul</a>
<b>tracebacks and other errors are collected in the following log per node:</b>
<ul>
<li><a href='undercloud/var/log/extra/errors.txt.txt.gz'>undercloud/var/log/extra/errors.txt.txt.gz</a>
<li><a href='undercloud/var/log/extra/errors.txt.gz'>undercloud/var/log/extra/errors.txt.gz</a>
- the concatenation of all the errors on any node in a single file</li>
</ul>