- change agent thread name from 'agent' to 'LogStash::Agent'

This commit is contained in:
Jordan Sissel 2011-03-19 00:34:25 -07:00
parent 6696246f9e
commit b73f393511

View file

@ -117,7 +117,7 @@ class LogStash::Agent
public
def run
JThread.currentThread().setName("agent")
JThread.currentThread().setName(self.class.name)
parse_options
configure