Skip to content
Snippets Groups Projects
Commit 7dbba823 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix: Increase Log Level (coscine/issues#1945)

parent 3539aabf
No related branches found
No related tags found
1 merge request!55Fix: Increase Log Level
......@@ -321,7 +321,7 @@ namespace Coscine.Api.Blob.Controllers
}
catch (Exception e)
{
_coscineLogger.Log("Upload File failed", e);
_coscineLogger.Log(LogType.High, "Upload File failed", e);
return BadRequest("Error in communication with the resource");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment