Nummy is a web application that shows your applications' logs and exceptions, request & response logs in one place using theese packages:
Nummy.CodeLogger - to log any information you need
Nummy.ExceptionHandler - to handle exceptions correctly
Nummy.HttpLogger - to log http requests and responses
It is built using .NET Core, Entity Framework Core, and PostgreSQL.
- Copy docker-compose.yml file.
- Run local instance using:
docker compose up --detach
- Open browser and go to Dashboard http://localhost:8080/
- Copy DSN address from UI and configure it to your .net core application.