Skip to content

Commit

Permalink
output logs to stdout for framework to collect
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Nov 30, 2021
1 parent a4bb250 commit 04a0c9a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -292,7 +292,7 @@ impl Controller {
.get_log_level()
.unwrap_or(&LogLevel::DEBUG)
.to_string(),
output: LogOutput::File(log_file_path.path().to_path_buf()),
output: LogOutput::Stdout,
}));

if let PersistenceMode::Persistent = spawn_params.get_persistence_mode() {
Expand Down

0 comments on commit 04a0c9a

Please sign in to comment.