log fix #2
This commit is contained in:
parent
dcbed5037f
commit
8f611f2a70
@ -46,7 +46,7 @@ namespace CarRepairShopRestApi.Controllers
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.LogError(ex, "Error receiving reapir by id = {Id}", repairId);
|
_logger.LogError(ex, "Error receiving repair by id = {Id}", repairId);
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user