-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: csys/ServiceStack.Logging
base: master
head repository: ServiceStackV3/ServiceStack.Logging
compare: master
- 20 commits
- 60 files changed
- 3 contributors
Commits on May 22, 2013
-
In IIS integrated mode Elmah fails at application start (Can't access…
… HttpContext.Current.Request) A workaround is described here: http://stackoverflow.com/a/2196594/618331 Just wrapped the normal Elmah log statements in try-catch and added the workaround Elmah log statements in the catch{} blocks. Can't create a real test for it, because it happens only at Application_start... A dummy global.asax.cs: protected void Application_Start() { try { //do something... } catch(Exception exc) { //try logging logger.Error("something went wrong...", exc); //this is line 50 } } The exception: System.Web.HttpException (0x80004005): Request is not available in this context at System.Web.HttpContext.get_Request() at Elmah.ErrorLog.InferApplicationName(HttpContext context) at Elmah.ErrorLog.GetDefaultImpl(HttpContext context) at Elmah.ServiceContainer.GetService(Type serviceType) at Elmah.ErrorLog.GetDefault(HttpContext context) at ServiceStack.Logging.Elmah.ElmahInterceptingLogger.Error(Object message) at x.Application_Start() in x\Global.asax.cs:line 50 Also had to update Nuget.exe because The schema version of 'NLog' is incompatible with version 1.6.21205.9031 of NuGet. Please upgrade NuGet to the latest version from http://go.microsoft.com/fwlink/?LinkId=213942.
Configuration menu - View commit details
-
Copy full SHA for 3a99d50 - Browse repository at this point
Copy the full SHA 3a99d50View commit details -
Merge pull request ServiceStackV3#17 from AkosLukacs/master
In IIS integrated mode Elmah fails at application start (Can't access HttpContext.Current.Request)
Configuration menu - View commit details
-
Copy full SHA for caefef7 - Browse repository at this point
Copy the full SHA caefef7View commit details
Commits on May 30, 2013
-
Catching up ServiceStack.Loging to 3.9.48
Previous NuGet linked to 3.9.44, which caused build errors in mono.
Configuration menu - View commit details
-
Copy full SHA for 5e40604 - Browse repository at this point
Copy the full SHA 5e40604View commit details -
Merge pull request ServiceStackV3#18 from bchavez/master
Catching up ServiceStack.Logging to 3.9.48
Configuration menu - View commit details
-
Copy full SHA for 23481c4 - Browse repository at this point
Copy the full SHA 23481c4View commit details
Commits on Jul 8, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 6d5df80 - Browse repository at this point
Copy the full SHA 6d5df80View commit details
Commits on Sep 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for f2e063d - Browse repository at this point
Copy the full SHA f2e063dView commit details -
Add version="[3,4)" restrictions to v3 NuGet packages so they're rest…
…ricted to v3 dependencies
Configuration menu - View commit details
-
Copy full SHA for dc1b584 - Browse repository at this point
Copy the full SHA dc1b584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 358d507 - Browse repository at this point
Copy the full SHA 358d507View commit details
Commits on Sep 14, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 9e0d694 - Browse repository at this point
Copy the full SHA 9e0d694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ed391 - Browse repository at this point
Copy the full SHA 99ed391View commit details
Commits on Sep 15, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 162cf8a - Browse repository at this point
Copy the full SHA 162cf8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e0182 - Browse repository at this point
Copy the full SHA 49e0182View commit details -
Merge pull request ServiceStackV3#23 from ServiceStack/v3
resync with V3 after 1st successful CI NuGet deploy
Configuration menu - View commit details
-
Copy full SHA for 9664749 - Browse repository at this point
Copy the full SHA 9664749View commit details
Commits on Sep 16, 2013
-
Merge pull request ServiceStackV3#24 from ServiceStack/master
re-sync v3-fixes
Configuration menu - View commit details
-
Copy full SHA for 3a2920e - Browse repository at this point
Copy the full SHA 3a2920eView commit details -
Merge pull request ServiceStackV3#25 from ServiceStack/v3-fixes
Merge pull request ServiceStackV3#24 from ServiceStack/master
Configuration menu - View commit details
-
Copy full SHA for b6e4f8c - Browse repository at this point
Copy the full SHA b6e4f8cView commit details
Commits on Sep 18, 2013
-
Configuration menu - View commit details
-
Copy full SHA for f7dabb2 - Browse repository at this point
Copy the full SHA f7dabb2View commit details
Commits on Sep 20, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 1dd738d - Browse repository at this point
Copy the full SHA 1dd738dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05e1548 - Browse repository at this point
Copy the full SHA 05e1548View commit details
Commits on Oct 13, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 785798b - Browse repository at this point
Copy the full SHA 785798bView commit details
Commits on Oct 14, 2013
-
Configuration menu - View commit details
-
Copy full SHA for ea44bfa - Browse repository at this point
Copy the full SHA ea44bfaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master