diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-03-04 13:48:35 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-03-04 13:48:35 +0200 |
| commit | 56b984bf7c4785cd0bcfd45a174ea802c6d0d471 (patch) | |
| tree | 636fa64ea84ba237492fdabfece8f862b6b982a2 /Software/Visual_Studio/Tango.Web | |
| parent | 86656fe890bc8ee05015a191dc69631fa3d0aa31 (diff) | |
| download | Tango-56b984bf7c4785cd0bcfd45a174ea802c6d0d471.tar.gz Tango-56b984bf7c4785cd0bcfd45a174ea802c6d0d471.zip | |
Fixed issue with machine service not including exception messages on azure.
Diffstat (limited to 'Software/Visual_Studio/Tango.Web')
| -rw-r--r-- | Software/Visual_Studio/Tango.Web/TangoWebApplication.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Web/TangoWebApplication.cs b/Software/Visual_Studio/Tango.Web/TangoWebApplication.cs index c9fea1678..f168fe9a4 100644 --- a/Software/Visual_Studio/Tango.Web/TangoWebApplication.cs +++ b/Software/Visual_Studio/Tango.Web/TangoWebApplication.cs @@ -26,7 +26,6 @@ namespace Tango.Web protected virtual void Application_Start() { LogManager.Default.RegisterLogger(new AzureCloudLogger()); - GlobalConfiguration.Configuration.Filters.Add(new LogExceptionFilterAttribute()); } |
