File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
core/src/main/resources/hudson/logging Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff 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" />
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 2121# THE SOFTWARE.
2222
2323LogRecorderManager.init =Initialing log recorders
24- LogRecorderManager.DisplayName =log
24+ LogRecorderManager.DisplayName =System Log
You can’t perform that action at this time.
0 commit comments