JudahGabriel / RavenDB.StructuredLog

An ASP.NET Core logger that utilizes RavenDB to store structured logs.
https://www.nuget.org/packages/RavenDB.StructuredLogger
MIT License
12 stars 6 forks source link

What tool to read the logs? #9

Open cadilhac opened 2 years ago

cadilhac commented 2 years ago

@JudahGabriel This is great to be able to store structured logs in RavenDb. But how do you read them?

For instance in an asp.net core server, I would like a specific admin UI to show the logs.

Thanks

JudahGabriel commented 2 years ago

We don't have any UI built for this. Let's use this issue as a feature request: build a web component that can read Raven Structured logs.

In the meantime, I do have some (older, Angular) UI code that does this: https://github.com/JudahGabriel/Chavah/blob/master/Chavah.NetCore/wwwroot/js/Controllers/LogEditorController.ts

Here's how it looks: image