Is it possible to edit which parts of the logs are redacted?
Hey folks, Cloudflare removes our trace IDs we use to identify logs with certain events happened and it's renders logs useless for us since it's impossible to find logs for specific cases anymore.
3 Replies
@Walshy ?
It even removed data from our own messages logged which makes logging feature pretty useless for any edge case debugging
Can't edit the redacting today - I'm hoping we can have a toggle to just disable it. What you log though shouldn't be redacted afaik
cc @Thomas Ankcorn
Thanks Walshy! We have some unique identifiers of objects customers are accesing and in some cases we need to restore data/repeat operation (in case worker crashed during the request), but since everything is redacted it's really hard to find which exact request failed, so toggle will be really appreciated 🙏
And we also can't do any other logs as well since worker crashes - otherwise we could push alerts elsewhere
Also what will really help us is "time zoom" feature in the UI - when I could click on certain log in filtered view and jump to the time selection in +-1m range from the moment of that log but without filters (so I could see other events that did happen around that log without doing bunch of manual filtering)