Skip to content
Snippets Groups Projects
Commit 2ed983f5 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Merge branch 'Hotfix/1945-weirdUploadBehavior' into 'master'

Fix: Increase Log Level

See merge request !55
parents 7dc545f3 07117334
No related branches found
No related tags found
1 merge request!55Fix: Increase Log Level
...@@ -322,7 +322,7 @@ namespace Coscine.Api.Blob.Controllers ...@@ -322,7 +322,7 @@ namespace Coscine.Api.Blob.Controllers
} }
catch (Exception e) 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"); 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