summaryrefslogtreecommitdiffstats
path: root/src/job
diff options
context:
space:
mode:
Diffstat (limited to 'src/job')
-rw-r--r--src/job/runnable.rs1
-rw-r--r--src/job/set.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/job/runnable.rs b/src/job/runnable.rs
index 5e6387a..de5b32d 100644
--- a/src/job/runnable.rs
+++ b/src/job/runnable.rs
@@ -3,6 +3,7 @@ use anyhow::Error;
use anyhow::Result;
use anyhow::anyhow;
use getset::Getters;
+use log::{warn, trace};
use tokio::stream::StreamExt;
use uuid::Uuid;
diff --git a/src/job/set.rs b/src/job/set.rs
index 233110a..56485b4 100644
--- a/src/job/set.rs
+++ b/src/job/set.rs
@@ -1,4 +1,5 @@
use anyhow::Result;
+use log::{debug, trace};
use tokio::stream::StreamExt;
use crate::config::Configuration;