Commit c849806
authored
[BUG] Enable trace-level logging for chroma-system crate (#5785)
## Description of changes
In #5706, we dropped
trace-level logging for the `chroma` crate, which was only intended to
reduce the log level for the chroma client crate. However, because
`RUST_LOG` uses prefix-based matching, this also inadvertently dropped
trace-level logging for the `chroma-system` crate (and ALL other
`chroma`-prefixed crates that weren't explicitly set to `trace`-level),
because `chroma-system` wasn't previously explicitly enabled for
trace-level logging.
This PR fixes the log level for `chroma-system` (and other
`chroma`-prefixed crates) by specifically setting trace-level logging
for crate.
## Test plan
CI
## Migration plan
n/a
## Observability plan
Verify that trace-level logging for chroma-system crate is re-enabled.
## Documentation Changes
n/a1 parent 92084f7 commit c849806
1 file changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
57 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
58 | 67 | | |
| 68 | + | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
62 | 72 | | |
63 | 73 | | |
64 | 74 | | |
| 75 | + | |
| 76 | + | |
65 | 77 | | |
66 | 78 | | |
67 | 79 | | |
| |||
0 commit comments