mirror of
https://github.com/clearml/clearml
synced 2025-01-31 09:07:00 +00:00
Use a daemon thread for the log
This commit is contained in:
parent
1b901b7d13
commit
5eb4ae6600
@ -148,7 +148,7 @@ class TaskHandler(BufferingHandler):
|
||||
self._exit_event.clear()
|
||||
# multiple workers could be supported as well
|
||||
self._thread = Thread(target=self._daemon)
|
||||
# self._thread.daemon = True
|
||||
self._thread.daemon = True
|
||||
self._thread.start()
|
||||
self._queue.put(request)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user