Skip to content

Commit

Permalink
Merge pull request #1380 from qwiggy/fix-process-name-for-supervisor
Browse files Browse the repository at this point in the history
fix to change process name for supervisor process
  • Loading branch information
repeatedly authored Dec 16, 2016
2 parents d11c3ac + 75a7b71 commit 2371aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fluent/supervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ def show_plugin_config
end

def supervise
Process.setproctitle("supervisor:#{@process_name}") if @process_name
$log.info "starting fluentd-#{Fluent::VERSION}", pid: Process.pid

rubyopt = ENV["RUBYOPT"]
Expand Down

0 comments on commit 2371aae

Please sign in to comment.