summaryrefslogtreecommitdiffstats
path: root/src/endpoint/scheduler.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/endpoint/scheduler.rs')
-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(),