You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 withdebug_tasks = True
in a Recipe. Previously theturbiniactl
client had a-T
flag that allowed this to be easily flipped for a specific request but I don't think thatturbinia-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
The text was updated successfully, but these errors were encountered: