From 746cb2afe87997ac0ec603d295070566c1a35676 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 1 Mar 2016 15:55:12 +0000 Subject: [PATCH] Enabled trace logs --- RequestPlex.UI/Bootstrapper.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RequestPlex.UI/Bootstrapper.cs b/RequestPlex.UI/Bootstrapper.cs index 1995c6d1f..40905d989 100644 --- a/RequestPlex.UI/Bootstrapper.cs +++ b/RequestPlex.UI/Bootstrapper.cs @@ -37,13 +37,11 @@ namespace RequestPlex.UI container.Register, SettingsServiceV2>(); container.Register, GenericRepository>(); - - - } protected override void ApplicationStartup(TinyIoCContainer container, IPipelines pipelines) { + StaticConfiguration.DisableErrorTraces = false; base.ApplicationStartup(container, pipelines); // Enable forms auth