mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-13 06:47:54 +02:00
Add Debug output
This commit is contained in:
@ -191,7 +191,9 @@ public static class Tranga
|
||||
dueJobs
|
||||
.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;
|
||||
})
|
||||
.Where(j =>
|
||||
|
Reference in New Issue
Block a user