Visual Studio / .AddDebug() not showing timestamps
If you're in Visual Studio and needing timestamps on debug logs (eg. logs from EF Core showing SQL) the only option AFAIK (since AddDebug
has no arguments) is this handy little icon.
It will toggle timestamps on and off for future log entries.
![Picture of Visual Studio output log with clock icon circled]()