https://flyte.org logo
#ask-the-community
Title
# ask-the-community
j

Jimmy Du

03/15/2023, 1:24 AM
Hi Flyte community, Is there a way to increase the verbosity level of pyflyte-execute? I'm currently debugging a task and the only output from running this command is
Killed
. New files aren't generated at the specified output prefix, raw output prefix, or checkpoint path locations.
b

Byron Hsu

03/15/2023, 4:14 AM
Cc @Niels Bantilan
s

Samhita Alla

03/15/2023, 7:41 AM
Does your task work locally?
j

Jimmy Du

03/15/2023, 6:51 PM
@Samhita Alla Thanks for calling this out! Seems like even running locally results in a "Killed" message. @Byron Hsu I'll keep that issue in mind if I find any subsequent hard to decipher error messages from Flyte that I can provide reproducing code for
s

Samhita Alla

03/16/2023, 5:24 AM
Is it possible for you to share the code snippet?
j

Jimmy Du

03/16/2023, 4:28 PM
Hi Samhita, I cannot share the code. However, the "Killed" message was from the process taking up all of the memory available on the pod. It was specific to the application, not to Flyte