Hi All, I was wondering if flyte-binary has a debug mode or something where it logs more verbose logs? We are seeing some issues on k8s where the flyte-binary pod is failing to respond to health checks after a while due to which it keeps getting terminated and coming back with a new pod. But when we check the flyte container logs, we see no errors. We are finding it a bit hard to find out why it is failing the health checks.
p
proud-answer-87162
01/04/2024, 8:44 PM
Hello,
Are you deploying via the helm chart?
if you want verbose logs you should be able to set:
Copy code
configuration:
logging:
# level Set the log level
level: 6
g
gorgeous-beach-23305
01/05/2024, 10:16 AM
We currently have this set to 1, is 6 more verbose than 1?
t
tall-lock-23197
01/05/2024, 10:47 AM
yes.
f
freezing-airport-6809
01/05/2024, 3:35 PM
If it is failing I think you might be using very low memory and could
freezing-airport-6809
01/05/2024, 3:35 PM
Eventually you should migrate to multi binary setup (for high scale)
p
proud-answer-87162
01/05/2024, 3:37 PM
> We currently have this set to 1, is 6 more verbose than 1?
i won't admit publicly how long it took me to learn that : ) and just a heads up, the python lib works in the opposite direction