mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-08 00:01:07 +00:00
fix log finally? maybe?
This commit is contained in:
@@ -42,7 +42,7 @@ pub async fn container_log_search(
|
||||
}
|
||||
};
|
||||
let command =
|
||||
format!("docker logs {container_name} --tail 5000 |& {grep}");
|
||||
format!("docker logs {container_name} --tail 5000 2>&1 | {grep}");
|
||||
run_monitor_command("get container log grep", command).await
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user