mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Updated logging and instrumentation
This commit is contained in:
@@ -11,15 +11,3 @@
|
||||
<br />
|
||||
<%:Model.Exception.ToString()%>
|
||||
</asp:Content>
|
||||
<script runat="server">
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
try
|
||||
{
|
||||
LogManager.GetLogger("EPICFAIL").FatalException("Unhandled Exception", Model.Exception);
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user