LogDashboard icon indicating copy to clipboard operation
LogDashboard copied to clipboard

Log Dashboard

Results 24 LogDashboard issues
Sort by recently updated
recently updated
newest added

示例里面只有Nlog支持数据库的,有没有Serilog支持数据库的示例

`An unhandled exception occurred while processing the request. FormatException: String '2022-01-21 15:33:55,013' was not recognized as a valid DateTime. LogDashboard.Repository.File.FileUnitOfWork.ReadLogs(int id) Stack Query Cookies Headers Routing FormatException: String '2022-01-21 15:33:55,013'...

现在是ID 大的 排最前,是否应该是时间最新的排最前合理点??

![logDashboard](https://user-images.githubusercontent.com/18083560/153817498-74f971b0-7c63-4508-a77b-ac07c77ab789.png) “今天的日志”显示数量是所有日志的数量。 运行环境是:windows 10 + .net6 + serilog(4.1)+ logDashboard(1.4.8)

logdashboard 1.4.8 稳定版 项目为ASP.NET Core WebAPI项目 点击日志详情出错: System.Collections.Generic.KeyNotFoundException: The given key 'Model' was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at LogDashboard.Views.Dashboard.LogInfo.Execute() at LogDashboard.Views.RazorPage.TransformText(String body) at LogDashboard.Views.RazorPage.ToString() at LogDashboard.Handle.LogDashboardHandleBase.View(Object...

你好,在日志中的是xml格式的数据,在界面中显示的时候会吧xml的标签全部去掉,这个需要如何配置一下,或者是支持吗?

日志详情,能否将文本内回车换成HTML的换行,否则日志内格式被破坏,难以阅读

日志文件如下 2021-06-17 01:12:53,149 || INFO || Microsoft.Hosting.Lifetime || Application started. Press Ctrl+C to shut down. || ||end 2021-06-17 01:12:53,240 || INFO || Microsoft.Hosting.Lifetime || Application started. Press Ctrl+C to shut...