mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 20:08:19 +02:00
Add Debug output
This commit is contained in:
@@ -191,7 +191,9 @@ public static class Tranga
|
|||||||
dueJobs
|
dueJobs
|
||||||
.Where(j =>
|
.Where(j =>
|
||||||
{
|
{
|
||||||
context.Entry(j).Collection(j => j.DependsOnJobs).Load(LoadOptions.ForceIdentityResolution);
|
Log.Debug($"Loading Job Preconditions {j}...");
|
||||||
|
context.Entry(j).Collection(j => j.DependsOnJobs).Load();
|
||||||
|
Log.Debug($"Loaded Job Preconditions {j}!");
|
||||||
return j.DependenciesFulfilled;
|
return j.DependenciesFulfilled;
|
||||||
})
|
})
|
||||||
.Where(j =>
|
.Where(j =>
|
||||||
|
Reference in New Issue
Block a user