Skip to content

Commit cc584a6

Browse files
little-dudehawkw
andauthored
Update tracing-journald/src/lib.rs
Co-authored-by: Eliza Weisman <[email protected]>
1 parent fcd0f1b commit cc584a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-journald/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ impl Subscriber {
133133
self
134134
}
135135

136-
/// Sets the mappings from the tracing level to the journald priorities.
136+
/// Sets how [`tracing::Level`]s are mapped to [journald priorities](Priority).
137137
pub fn with_priority_mappings(mut self, mappings: PriorityMappings) -> Self {
138138
self.priority_mappings = mappings;
139139
self

0 commit comments

Comments
 (0)