LaneOut - Add exMessage to logger of ReadUsePrinterConfig
This commit is contained in:
parent
2c60eebda1
commit
d3a47432bb
|
@ -153,7 +153,7 @@ namespace AIParkingApplication
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
Util.AddOrUpdateAppSettings("USE_PRINTER", "false");
|
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}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user