Aaron Peterson
Aaron Peterson
This should now be possible (via #890) by setting the `TURBINIA_EXTRA_ARGS="-d"` and restarting the container. I'm keeping this open to create a convenience command within `update-gcp-infra.sh`.
Yeah, the intention here would be to support just the E01 disk format to start.
Fixed by https://github.com/google/turbinia/pull/1112
This has a few parts: - Make sure we're recording the error/trace info into the TurbiniaTaskResult object where needed. This happens in at least one place, but we should make...
Are there any pre-existing OSS tools that we can use to do this? Maybe even something that supports multiple chat apps?
Another way we could handle this is to create a custom log handler that saves the logs when logged via the normal logging mechanism and then attaches the logs logged...
This is already mostly done as the Tasks should be using `TurbiniaTask.log()`. This does python logging as well as save to TurbiniaResult so that they are later written as `worker-log.txt`....
FYI @dfjxs
The second part of this has been completed in #839, and the first step ("Aggregate Tasks with similar status output in default status view") still remains. This might be non-trivial...
Looks like there's a test I need to fix up too...