You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We log our stderr logs to DataDog, which doesn't work well with raw prints to stderr. DataDog expects JSON-formatted logs. We have two issues with the current approach:
Most important: the datadog exporter seems to skip lines when there is too much dumped too fast. (I cannot find this described in their docs, but it's what we have experienced when using this feature.)
the logs are hard to search and hard to export when they're logged as individual lines.
Another option that could help would be to skip logging finished Tasks, which would significantly reduce the amount of data logged.