This commit is contained in:
tidusjar 2018-02-16 21:31:52 +00:00
commit cb3cc8d590

View file

@ -17,7 +17,7 @@ namespace Ombi.Controllers
}
private ILogger Logger { get; }
private const string Message = "Exception: {0} at {1}. Stacktrade {2}";
private const string Message = "Exception: {0} at {1}. Stacktrace {2}";
[HttpPost]
public IActionResult Log([FromBody]UiLoggingModel l)