summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-11-11 14:56:08 +0100
committerMatthias Beyer <matthias.beyer@atos.net>2021-11-11 14:56:08 +0100
commit278e881bb8a8ab7a055e3cb0e5a4681c0cb83e0d (patch)
treec18d91cdb100aea242379fbcab79a74d4d2af635 /src
parent492be316c4dde88e3b9ae08810074a2d0c0e5c27 (diff)
Add line which can be used to print the job log with butido
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'src')
-rw-r--r--src/endpoint/scheduler.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/endpoint/scheduler.rs b/src/endpoint/scheduler.rs
index 968fec3..89605b7 100644
--- a/src/endpoint/scheduler.rs
+++ b/src/endpoint/scheduler.rs
@@ -310,7 +310,9 @@ impl JobHandle {
{docker_connect_string}
- to debug.
+ or, to use butido to show the log of the job, run:
+
+ butido db log-of {job_id} | less -SR +G
"#,
job_id = job_id.to_string().red(),
package_name = package_name.to_string().red(),