mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-05 11:43:00 +02:00
Add Debug output
This commit is contained in:
parent
16f5817a31
commit
f6f86deb7f
@ -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 =>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user