Hi All, I was wondering if flyte-binary has a debu...
# ask-the-community
n
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.
c
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
n
We currently have this set to 1, is 6 more verbose than 1?
s
yes.
k
If it is failing I think you might be using very low memory and could
Eventually you should migrate to multi binary setup (for high scale)
c
> 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
k
Sad