is something funky going on with logging in the pr...
# ask-community
c
is something funky going on with logging in the prefect UI? for flows that failed, i'm not getting the full logs (in the UI) - I send those logs to AWS cloudwatch and can confirm that full expected logs are there 😞
a
Can you send the flow run ID? I briefly checked and currently there seem to be no issue - logs from my hello world flow
c
d2a561c1-7518-485d-b4e9-95028bf4a534
here's the only logs I see in the UI (when filtered)
a
thanks! is this a flow of flows? Is this the only flow that somehow deviates from your expectations in terms of logs?
looking at the logs we have, all Prefect logs seem to exist in the backend, but I guess the issue is with your custom extra loggers - could you by any chance share the flow code and more details e.g. how you configure loggers and how do you attach extra loggers?
c
no, it's not a flow of flows. we haven't touched our logger code or this flow in several weeks, it was working all fine previously. if the logs are in your backend, doesn't that mean my code is emitting them properly, and that the UI just isn't showing them? i'll hold off on sharing the flow code for now, it uses a bunch of shared utilities.
k
What is your executor?
c
LocalExecutor
k
Does this always happen still? Cuz we did have an incident last week where we lost logs for a bit
c
looks like things are back to normal now 🙂 i'll chime back in here if not. thanks everyone!
a
Nice, thanks for the update!