prepare Web project for deployment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user