Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed exception logging to include exception details/stacktrace #60

Closed
wants to merge 1 commit into from

Conversation

torkelo
Copy link
Contributor

@torkelo torkelo commented Apr 11, 2012

Changed the way exceptions are logged, was struggling with rh.exe failing with only this output:

"The type initializer for 'StructureMap.StructureMapConfiguration' threw an exception."

No details of the internal exception or stacktrace is shown, this made this problem hard to find. After switching to using Log4nets Error method (ex.Message, ex) the message AND internal exception message/stack trace is printed to the console/output making this problem easy to identity (caused by .NET framework 3.5 was not installed on buildserver).

@ferventcoder
Copy link
Member

thanks, I will take a look at it.

@ghost ghost assigned ferventcoder Sep 7, 2012
@ferventcoder
Copy link
Member

This is in, thanks!

GoogleCodeExporter pushed a commit to google-code-export/roundhouse that referenced this pull request Mar 13, 2015
@ferventcoder ferventcoder modified the milestone: 0.8.6 Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants