Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
issafram authored Jul 11, 2024
2 parents 1cf6914 + d5202fd commit c21948b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ src/tests/*
tests/*
doc/*
SolutionVersion.cs
gems/lib/**/*
gems/lib/**/*
/src/.vs/*
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ Easy. Install ELMAH by NuGet, in package console

Install-Package Elmah.MVC

For further ELMAH configuration please check the [documentation](http://elmah.github.io/).
For further ELMAH configuration please check the [documentation](https://elmah.github.io/).

Should I use HandleErrorAttribute?
----------------------------------

If you tried to use ELMAH in ASP.NET MVC, you are probably implemented your own HandleErrorAttribute, as it's shown in this [example](http://stackoverflow.com/questions/766610/how-to-get-elmah-to-work-with-asp-net-mvc-handleerror-attribute). You no longer need to apply this custom code with Elmah.MVC. As soon you installed package, so can safely remove your HandleError attribute, since it's already included into package.

Will exceptions being logged in "customError='On'" mode?
Will exceptions be logged in "customError='On'" mode?
--------------------------------------------------------

Yes, even in you configured application to use custom error pages, the exception will be logged.
Yes, even if you configured application to use custom error pages, the exception will be logged.

How can I configure Elmah.MVC?
------------------------------
Expand Down

0 comments on commit c21948b

Please sign in to comment.