LaneOut - Add exMessage to logger of ReadUsePrinterConfig

This commit is contained in:
DucDangAnh 2020-07-16 15:57:04 +07:00
parent 2c60eebda1
commit d3a47432bb

View File

@ -153,7 +153,7 @@ namespace AIParkingApplication
catch (Exception ex)
{
Util.AddOrUpdateAppSettings("USE_PRINTER", "false");
appLogger.Log(LogLevel.Error, $"Không thể đọc cấu hình: USE_PRINTER");
appLogger.Log(LogLevel.Error, $"Không thể đọc cấu hình: USE_PRINTER. ex: {ex.Message}");
}
}