We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6464d3e commit 6ae98cbCopy full SHA for 6ae98cb
1 file changed
Common/Extensions/ConfigurationExtensions.cs
@@ -30,7 +30,7 @@ public static T GetAndRegisterOpenShockConfig<T>(this WebApplicationBuilder buil
30
sb.AppendLine($"Error on field [{error.Key}] reason: {string.Join(", ", error.Value)}");
31
}
32
33
- Log.Error(sb.ToString());
+ Console.WriteLine(sb.ToString());
34
Environment.Exit(-10);
35
36
0 commit comments