Add timestamp to log

This commit is contained in:
pcjones
2024-04-15 00:48:15 +02:00
parent 660c245069
commit e888a10366

View File

@@ -3,6 +3,9 @@
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
},
"Console": {
"TimestampFormat": "yyyy-MM-dd HH:mm:ss::"
} }
}, },
"AllowedHosts": "*", "AllowedHosts": "*",