Changes between Initial Version and Version 1 of Ticket #3880, comment 2
- Timestamp:
- 2022-08-08T14:15:52Z (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3880, comment 2
initial v1 3 3 * Eliot: tracing, so much better for distributed systems and complex logging. 4 4 * OpenTelemetry: like Eliot, but with vastly bigger ecosystem, and ability to do cross-language (and with some work, probably cross-FFI?) tracing. API is not as nice as Eliot, I believe, but that can be fixed with a wrapper. 5 * Straight-line logging library. I find these inadequate, personally, but they do make code look cleaner .5 * Straight-line logging library. I find these inadequate, personally, but they do make code look cleaner since there's less indentation.