Open NHDaly opened 1 year ago
This would also allow us to make a task dump HTTP endpoint.
Oh, yeah, great point, instead of logging to datadog thru stderr, we could log to a file then dump the file over the http connection 👍 👍
Yeah, this would be nice
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:
Another option that could help would be to skip logging finished Tasks, which would significantly reduce the amount of data logged.