Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix to change process name for supervisor process #1380

Merged
merged 1 commit into from
Dec 16, 2016

Conversation

qwiggy
Copy link
Contributor

@qwiggy qwiggy commented Dec 16, 2016

process_name parameter doesn't work. This code has been deleted at c1170cc.

before:

$ ps aux | grep fluentd
qwiggy    15870  1.0  0.4 251696 33664 pts/5    Sl+  02:17   0:01 ruby /home/qwiggy/work/fluentd/fluentd/vendor/bundle/ruby/2.1.0/bin/fluentd -c test.conf
qwiggy    15904  0.6  0.4 116404 33448 pts/5    Sl+  02:17   0:00 worker:fluentd1                                                            

after:

$ ps aux | grep fluentd
qwiggy    16248 21.3  0.4 251736 33656 pts/5    Sl+  02:20   0:01 supervisor:fluentd1                                                        
qwiggy    16282 16.0  0.4 116452 33436 pts/5    Sl+  02:20   0:00 worker:fluentd1                                                            

@repeatedly repeatedly merged commit 2371aae into fluent:master Dec 16, 2016
@repeatedly
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants