serilog-ui
serilog-ui copied to clipboard
Simple Serilog log viewer UI for several sinks.
When I am using MongoDb Sink provider Exception and properties column not populating in serilog.Ui
I configured MongoDB BSON Sink for logging details in a MongoDB database, and I can see the properties and Exception fields inside the collection with the exact exception which I...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. Changelog Sourced from micromatch's changelog. [4.0.8] - 2024-08-22 backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch Commits 8bd704e 4.0.8 a0e6841 run verb to...
"Invalid column name 'Properties'." at Serilog UI Home Page, when removeStandardColumns: Properties.
**Describe the bug** - If configure to Remove Standard Columns "Properties", Serilog.Ui.MsSqlServerProvider.GetLogsAsync causes error. - Because GetLogsAsync Dapper/SqlMapper.Async.cs uses the LogModel columns to mapping without exclude those RemovedColumns. **Expected behavior**...
 _**the api (/api/keys) called on change token button, I think it should call only on Save button**_
Hi @followynne I've made Sqlite support, some tests are failing because no TestContainers found for Sqlite so changed tests to use InMemory database instead but base classes use TestContainer. Please...
This is a draft discussion on visualizing log data. I have experience in creating a [log dashboard](https://dev.to/moesmp/create-a-dashboard-to-visualize-application-logs-in-kibana-2h5h) in Kibana for log visualization and aim to develop a similar one. I...
When i write my logs to the file flodler ,how can i use this project to show my logs ui