mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- change agent thread name from 'agent' to 'LogStash::Agent'
This commit is contained in:
parent
6696246f9e
commit
b73f393511
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class LogStash::Agent
|
|||
|
||||
public
|
||||
def run
|
||||
JThread.currentThread().setName("agent")
|
||||
JThread.currentThread().setName(self.class.name)
|
||||
parse_options
|
||||
configure
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue