google/turbinia

Update tasks to log data to TurbiniaTaskResult

Open

#328 opened on Dec 13, 2018

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (170 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (789 stars)
PR merge metrics
 (PR metrics pending)

Description

Right now a lot of the logging from the tasks does not get propagated back to the user, so we should make sure that all of the tasks are adding logs and errors to the results so that at minimum the data gets put into the worker-log.txt. Ideally we would store this info in datastore so that the clients could query it later (this part is in #115).

Contributor guide