DmitryGolubenkov / SharpDockerizer

Generates Dockerfiles for your .NET projects without registration or SMS.
MIT License
5 stars 0 forks source link

Feature: Better logging #3

Open DmitryGolubenkov opened 1 year ago

DmitryGolubenkov commented 1 year ago

Description

For logging we use Serilog. But nearly none of functionality is logged, and if something bad happens - logfiles will be useless. Application should be better covered in logging calls. Also, we should check if unhandled exceptions are handled.