diff --git a/Person/Person.cs b/Person/Person.cs index 0ed58ad..5fc041b 100644 --- a/Person/Person.cs +++ b/Person/Person.cs @@ -248,6 +248,7 @@ public class Person if (!Directory.Exists(checkDirectory)) _ = Directory.CreateDirectory(checkDirectory); _ = IPath.WriteAllText(Path.Combine(checkDirectory, $"{personKeyFormatted}.json"), json, updateDateWhenMatches: false, compareBeforeWrite: true); + log.Information($"Person saved ({personName.First.Value} {personName.Last.Value})"); } log.Information(". . ."); }