Revert "Forward docker stderr to stdout in case stderr is being dropped for some reason"

This was intended for the monero-audit branch.
This commit is contained in:
Luke Parker
2025-08-10 20:53:09 -04:00
committed by GitHub
parent a4ceb2e756
commit 21ce50ecf7

View File

@@ -40,7 +40,7 @@ macro_rules! serai_test {
.set_handle(handle) .set_handle(handle)
.set_start_policy(StartPolicy::Strict) .set_start_policy(StartPolicy::Strict)
.set_log_options(Some(LogOptions { .set_log_options(Some(LogOptions {
action: LogAction::ForwardToStdOut, action: LogAction::Forward,
policy: LogPolicy::Always, policy: LogPolicy::Always,
source: LogSource::Both, source: LogSource::Both,
})); }));