Thomas Ardal

Thomas Ardal

Meet Thomas, the founder and developer behind elmah.io. Thomas blogs about everything technical from C# and ASP.NET Core to machine learning.

Denmark
319 posts
Config transformations in ASP.NET Core

This is part 2 in our series about ASP.NET Core: * Part 1: AppSettings in ASP.NET Core * Part 2: Config transformations in ASP.NET Core * Part 3: Configuration with Azure App Services and ASP.NET Core * Part 4: ASP.NET Core Logging Tutorial * Part 5: Error Logging Middleware in ...

Deployment tracking multiple services and Azure DevOps

We hope that you are not too busy watching The Walking Dead and Westworld to notice all of the cool stuff happening on elmah.io lately. A month ago we released Deployment Tracking and today we ship support for tracking multiple services and integration with Visual Studio Team Services. Tracking ...

AppSettings in ASP.NET Core

This is part 1 in our series about ASP.NET Core: * Part 1: AppSettings in ASP.NET Core * Part 2: Config transformations in ASP.NET Core * Part 3: Configuration with Azure App Services and ASP.NET Core * Part 4: ASP.NET Core Logging Tutorial * Part 5: Error Logging Middleware in ...

Authentication in HTTP rules

Since introducing the elmah.io rule engine almost 3 years ago, a lot of new features have been added and built on top of rules - one being the elmah.io App Store. While it's possible to hide, ignore and mail errors using rules, most of you use ...

We don't just log your errors. We help you fix them!

You may have noticed that we refer to ourselves as Error Management and not Error Logging. So what is the difference? Error Logging is the process of catching errors and logging them for further inspection. Most SaaS products out there, saying they do Error Management actually only does Error Logging. ...

Disable Logging

A question that we often get is "how do I temporarily disable logging?". Until now, our answer has been to comment out the errorLog element in web.config or similar for our range of integrations. Making local code changes (maybe directly in production? Uf!) isn't really ...

RevDeBug Available in the Goodie Bag

Since writing this post the deal has expired. We've made a deal with the company behind a new reverse debugger for Visual Studio named RevDeBug. With an elmah.io Business or Enterprise subscription, you will get a discount of 25 % when purchasing RevDeBug. Check out the elmah.io ...

Deployment Tracking

We've been quiet the last couple of weeks and it's not because we needed to catch up on the last episodes of Mr. Robot. Quite the contrary actually. Today we are releasing the new Deployment Tracking feature on elmah.io. Deployment Tracking is a great addition ...

Improved Message Grouping

Getting an overview of your log can be hard with thousands of errors and log messages. Typically, a lot of your errors are the same happening over and over again. That's why we have had message grouping on elmah.io from the early days. The UI available for ...