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