Hi, I'm having some issues with Flyte Logging Link...
# flyte-deployment
p
Hi, I'm having some issues with Flyte Logging Links for the Ray Plugin. I'm using Flyte-binary 1.15.3 and I currently use Grafana as a log viewer with Loki. I don't see any information in the documentation for how to configure dynamic logging links via custom decorator using flyte-binary (assuming that's the right way to do this). Does anyone have any experience setting up logging links for Ray?
f
We use it at Union - infact we ship a native system using the links
We will take a look
g
the config may look like this
Copy code
ray:
  logs:
    dynamic-log-links:
      - vscode:
        displayName: VSCode
        templateUris: ...
currently, the ray plugin won’t respect the dynamic-log-links config. we have a fix internally, will push it to open source
p
Let me know when you do! This would be very appreciated by us!