Commit 7255d3d
authored
* Update note to support GitHub rendering
Signed-off-by: Srihari Thyagarajan <[email protected]>
* `feat`: add `tracing` and `tracing-subscriber` deps
* feat: add to workspace
* `feat`: initialize tracing subscriber for logging with appropriate env filter
* `refactor`: replace `log` with `tracing`
* `refactor`: remove unused `log::warn`
* `chore`: Implement tracing spans in builder
* `refactor`: add tracing instrumentation to evaluate fn
* `refactor`: use tracing integration accordingly
* tracing instrumentation
* replace `log::warn` with `tracing::warn`
* tracing instrumentation for API endpoints
* same here
* replace `log` dependency with `tracing`
* replace `log::error` with `tracing::error`
* replace `log` with `tracing` crate
* use `tracing::error` in batching module
* replace `log::debug` with `tracing::debug` for error handling
* replace `log::trace` with `tracing::trace`
* changes
* ci fix rust formatting
* replace w/ tracing `instrumentation`
---------
Signed-off-by: Srihari Thyagarajan <[email protected]>
1 parent 96ea4f0 commit 7255d3d
File tree
19 files changed
+126
-140
lines changed- rust
- cocoindex
- src
- base
- builder
- execution
- ops/sources
- service
- setup
- py_utils
- src
- utils
- src
19 files changed
+126
-140
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments