prepare Web project for deployment

This commit is contained in:
Jonathan Jenne
2023-12-04 15:29:58 +01:00
parent 61c3a859c6
commit 562935e07e
4 changed files with 13 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ namespace EnvelopeGenerator.Web.Controllers
{
this.database = database;
this.logConfig = logging.LogConfig;
this.logger = logging.LogConfig.GetLoggerFor(GetType().Name);
this.logger = logging.LogConfig.GetLogger();
this.state = database.State;
}