ArieGato / serilog-sinks-rabbitmq

Serilog Sink for RabbitMq
Apache License 2.0
54 stars 52 forks source link

initial docker test environment #72

Closed tsvetelintsonev closed 5 years ago

tsvetelintsonev commented 5 years ago

Run docker-compose up

2 containers will be created.

The first one is called serilog.sinks.rabbitmq.tests.console This is a .NET Core console app that logs one log entry for each Serilog log levels.

The second one is the RabbitMQ server + management plugin. You can access the management UI via http://localhost:15672 with guest username and password. In order to verify that the setup is working correctly, go to serilog-sink-queue queue and check whether the console app has published all log entries.

madslyng commented 5 years ago

This is a great starting point.. thanks for the work! 👍

tsvetelintsonev commented 5 years ago

You are welcome @sonicjolt :) It was nice playing around with Docker 🤪😄