OP and Logging to Elasticsearch
This commit is contained in:
		| @@ -29,7 +29,7 @@ namespace FwSearchApi.Controllers | ||||
|             if (result.GeneralResult != Datamodels.BusinessModels.GeneralResults.Success) { | ||||
|                 throw new System.Exception("das war wohl nix"); | ||||
|             } | ||||
|             _logger.LogInformation($"Lookups zur Verf<EFBFBD>gung gestellt von {nameof(GetAllLookups)}"); | ||||
|             _logger.LogInformation($"Lookups zur Verfügung gestellt von {nameof(GetAllLookups)}"); | ||||
|             return new JsonResult(result); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user