Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 548 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 548 Bytes

A demo application to demonstrate structured logging using ASP.NET Core, Serilog and seq

Part of a dutch article: https://www.teamrockstars.nl/tech-burst/structured-logging-een-net-applicatie

To test this out yourself:

git clone https://github.com/vhendriks81/structuredloggingdemo

Then you can run the application using docker-compose:

cd structuredloggingdemo
docker-compose up

This will run seq which can be found at 'http://localhost:44380'. The web api can be found at: https://localhost:44314/swagger