LaneOut - Add exMessage to logger of ReadUsePrinterConfig
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user