mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
FluentGem default setting no require root permission
This commit is contained in:
parent
1c8cc67424
commit
e7b449f44f
@ -5,12 +5,10 @@ class Fluentd
|
||||
include LocalCommon
|
||||
|
||||
def self.default_options
|
||||
# TODO: current default options from fluentd --setup, but root permission required for them.
|
||||
# It could be more user friendly values
|
||||
{
|
||||
:pid_file => "/var/run/fluent.pid",
|
||||
:log_file => "/var/log/fluent.log",
|
||||
:config_file => "/etc/fluent/fluent.conf",
|
||||
:pid_file => "#{ENV["HOME"]}/.fluentd-ui/fluent.pid",
|
||||
:log_file => "#{ENV["HOME"]}/.fluentd-ui/fluent.log",
|
||||
:config_file => "#{ENV["HOME"]}/.fluentd-ui/fluent.conf",
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user