Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR]: Create debug tasks recipe and/or add flag to turbinia-client #1472

Open
aarontp opened this issue Apr 13, 2024 · 1 comment
Open

[FR]: Create debug tasks recipe and/or add flag to turbinia-client #1472

aarontp opened this issue Apr 13, 2024 · 1 comment
Labels
enhancement Needs triage New issues that need triage

Comments

@aarontp
Copy link
Member

aarontp commented Apr 13, 2024

What is the feature you are proposing?

Turbinia Tasks have a debug tasks flag that can be enabled so that the task will turn on debug output for any binary dependencies that support a debug flag. This is useful when debugging various task and dependency issues. This can currently be turned on with DEBUG_TASKS in the config for all tasks, or with debug_tasks = True in a Recipe. Previously the turbiniactl client had a -T flag that allowed this to be easily flipped for a specific request but I don't think that turbinia-client currently has that functionality. It would be nice to either add a new flag for this or create a recipe that enables this that can be easily used.

What would this feature improve or what problem would it solve?

Makes it easier to turn on debug tasks for users.

What alternatives have you considered?

n/a

@aarontp aarontp added enhancement Needs triage New issues that need triage labels Apr 13, 2024
@jleaniz
Copy link
Collaborator

jleaniz commented Apr 13, 2024

Hey Aaron, you should be about to create a recipe file with whatever configuration you need and pass it using --recipe_data as base64 encoded data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Needs triage New issues that need triage
Projects
None yet
Development

No branches or pull requests

2 participants