Closed sebastian closed 4 years ago
This (or similar) looks like it should work:
.AddLogging(opt =>
{
opt.AddConsole(c =>
{
c.TimestampFormat = "[HH:mm:ss] ";
});
})
Please include the date too.
Currently you can't really tell when a log entry was made. This makes it difficult to find the right place in the log if you are looking for something happening at around a certain time.