mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
cosme
This commit is contained in:
parent
2f50f07c8a
commit
cba4f3657d
@ -30,6 +30,7 @@ class Fluentd
|
||||
f.write content
|
||||
end
|
||||
end
|
||||
|
||||
def log_tail(limit = nil)
|
||||
limit = limit.to_i rescue 0
|
||||
limit = limit.zero? ? Settings.default_log_tail_count : limit
|
||||
|
Loading…
Reference in New Issue
Block a user