mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 01:56:31 +00:00
get label files more carefully
put warning min log level put filename to the title
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user