Skip to content

Commit cdcf128

Browse files
davidbarskykaffarell
authored andcommitted
subscriber: dim Compact targets, matching the default formatter (tokio-rs#2409)
Fixes tokio-rs#2408 Just switch to use `dim` Before: ![2022-12-08_13-58-40](https://user-images.githubusercontent.com/623453/206576169-63ee4e20-b56f-4c63-a9b3-80ba2e97eec9.png) After: ![2022-12-08_13-55-36](https://user-images.githubusercontent.com/623453/206576055-878d360f-7b95-4e18-bc31-4fb6f1b71a3a.png) Full mode for comparison: ![2022-12-08_13-55-48](https://user-images.githubusercontent.com/623453/206576054-6e38852c-cb3a-4b84-98e5-50463cdb5073.png) ; Conflicts: ; tracing-subscriber/src/fmt/format/mod.rs
1 parent 6b98ea9 commit cdcf128

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -229,20 +229,8 @@ jobs:
229229
- tracing-tower
230230
- tracing
231231
toolchain:
232-
- 1.49.0
232+
- 1.56.0
233233
- stable
234-
# TODO(eliza): remove this when appender is on the same MSRV.
235-
# same for tracing subscriber
236-
exclude:
237-
- subcrate: tracing-appender
238-
toolchain: 1.49.0
239-
- subcrate: tracing-subscriber
240-
toolchain: 1.49.0
241-
include:
242-
- subcrate: tracing-appender
243-
toolchain: 1.53.0
244-
- subcrate: tracing-subscriber
245-
toolchain: 1.50.0
246234
steps:
247235
- uses: actions/checkout@v3
248236
- name: "install Rust ${{ env.APPENDER_MSRV }}"

0 commit comments

Comments
 (0)