Skip to content

Commit 5bef85c

Browse files
daniel-beckoleg-nenashev
authored andcommitted
Minor improvements to the logging UI (#4305)
* Minor improvements to the logging UI * Fix URL
1 parent 737bc92 commit 5bef85c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

core/src/main/resources/hudson/logging/LogRecorderManager/all.jelly

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ THE SOFTWARE.
3131
<st:include page="sidepanel.jelly" />
3232
<l:main-panel>
3333
<h1><l:icon class="icon-clipboard icon-xlg"/>${%Jenkins Log}</h1>
34+
<div class="alert alert-info">
35+
Log messages at a level lower than INFO are never recorded in the Jenkins log. Use <a href=".">log recorders</a> to record these log messages.
36+
</div>
3437
<t:logRecords logRecords="${h.logRecords}"/>
3538

3639
<st:include page="feeds.jelly" />

core/src/main/resources/hudson/logging/LogRecorderManager/sidepanel.jelly

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ THE SOFTWARE.
3232
<l:tasks>
3333
<l:task href="${rootURL}/" icon="icon-up icon-md" title="${%Back to Dashboard}"/>
3434
<l:task href="${rootURL}/manage" icon="icon-gear2 icon-md" title="${%Manage Jenkins}"/>
35-
<l:task href="." icon="icon-clipboard icon-md" title="${%Logger List}"/>
36-
<l:task href="all" icon="icon-notepad icon-md" title="${%All Logs}"/>
37-
<l:task href="new" icon="icon-new-package icon-md" title="${%New Log Recorder}"/>
35+
<l:task href="." icon="icon-clipboard icon-md" title="${%Log Recorders}">
36+
<l:task href="new" icon="icon-new-package icon-md" title="${%New Log Recorder}"/>
37+
</l:task>
38+
<l:task href="all" icon="icon-notepad icon-md" title="${%All Log Messages}"/>
3839
<l:task href="levels" icon="icon-gear icon-md" title="${%Log Levels}"/>
3940
</l:tasks>
4041
</l:side-panel>

core/src/main/resources/hudson/logging/Messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
# THE SOFTWARE.
2222

2323
LogRecorderManager.init=Initialing log recorders
24-
LogRecorderManager.DisplayName=log
24+
LogRecorderManager.DisplayName=System Log

0 commit comments

Comments
 (0)