Commit f835405
authored
subscriber: prepare to release 0.3.6 (#1839)
# 0.3.6 (Jan 14, 2022)
This release adds configuration options to `tracing_subscriber::fmt` to
log source code locations for events.
### Added
- **fmt**: Added `with_file` and `with_line_number` configuration
methods to `fmt::Format`, `fmt::SubscriberBuilder`, and `fmt::Layer`
([#1773])
### Fixed
- **fmt**: Removed incorrect leading comma from span fields with the
`Pretty` formatter ([#1833])
### Deprecated
- **fmt**: Deprecated `Pretty::with_source_location`, as it can now be
replaced by the more general `Format`, `SubscriberBuilder`, and
`Layer` methods ([#1773])
Thanks to new contributor @renecouto for contributing to this release!
[#1773]: #1773
[#1833]: #18331 parent 35d1776 commit f835405
File tree
4 files changed
+29
-3
lines changed- tracing-subscriber
- src
4 files changed
+29
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
1 | 27 | | |
2 | 28 | | |
3 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments