show production.log, show only active milestone for issue filter
This commit is contained in:
parent
e9c6d4adfa
commit
4b02f4a22d
4 changed files with 27 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
|||
= link_to "githost.log", "#githost", 'data-toggle' => 'tab'
|
||||
%li
|
||||
= link_to "application.log", "#application", 'data-toggle' => 'tab'
|
||||
%li
|
||||
= link_to "production.log", "#production", 'data-toggle' => 'tab'
|
||||
|
||||
%p.light To prevent perfomance issues admin logs output the last 2000 lines
|
||||
.tab-content
|
||||
|
@ -34,3 +36,17 @@
|
|||
- Gitlab::AppLogger.read_latest.each do |line|
|
||||
%li
|
||||
%p= line
|
||||
.tab-pane#production
|
||||
.file_holder#README
|
||||
.file_title
|
||||
%i.icon-file
|
||||
production.log
|
||||
.right
|
||||
= link_to '#', class: 'log-bottom' do
|
||||
%i.icon-arrow-down
|
||||
Scroll down
|
||||
.file_content.logs
|
||||
%ol
|
||||
- Gitlab::Logger.read_latest_for('production.log').each do |line|
|
||||
%li
|
||||
%p= line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue