Skip to content

Commit d2e23bd

Browse files
committed
Redirect logs to stdout
1 parent ea35e62 commit d2e23bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/common/logging.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub(crate) enum TestLogWriter {
1515

1616
impl Default for TestLogWriter {
1717
fn default() -> Self {
18-
TestLogWriter::FileWriter
18+
TestLogWriter::LogFacade
1919
}
2020
}
2121

0 commit comments

Comments
 (0)