get label files more carefully

put warning min log level
put filename to the title
This commit is contained in:
Oleksandr Bezdieniezhnykh
2024-07-20 18:34:37 +03:00
parent de60dd1989
commit 8869a92730
5 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ public partial class App : Application
{
Log.Logger = new LoggerConfiguration()
.Enrich.FromLogContext()
.MinimumLevel.Information()
.MinimumLevel.Warning()
.WriteTo.Console()
.WriteTo.File(
path: "Logs/log.txt",