PeterKottas / DotNetCore.WindowsService

Simple library that allows one to host dot net core application as windows services. Perfect solution to power micro-services architecture.
MIT License
568 stars 150 forks source link

How to change/remove default messages shown when starting project as a console app? #117

Open zedo02 opened 5 years ago

zedo02 commented 5 years ago

How can I change/remove default messages shown when starting project as a console app? For example I am seeing messages: 1) Starting up as a console service host 2) The {{SERVICE NAME}} is now running, press Control+C to exit.

I want second one not to be displayed on console app.

PeterKottas commented 5 years ago

No way to customize that, should be a pretty easy job, feel free to contribute with a PR.