Skip to content

Commit 3cd5ef7

Browse files
authored
ref(logging): Hide warnings from the minidump crate (#4760)
The warnings show up in production but are not actionable, as they are triggered by user input.
1 parent 661dc37 commit 3cd5ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

relay-log/src/setup.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ fn get_default_filters() -> EnvFilter {
268268
sqlx=WARN,\
269269
tower_http=TRACE,\
270270
trust_dns_proto=WARN,\
271+
minidump=ERROR,\
271272
",
272273
);
273274

0 commit comments

Comments
 (0)