Is there a way to get the IIS logs for a website hosted on AppHarbor? I have one site hosted on it and I am getting run time exception. Currently I get a suggestion that I should enable custom errors to view the exception. I don't want to do this since it is a deployed instance which is being used by users.
Asked
Active
Viewed 162 times
1 Answers
2
The IIS logs are not currently available but you can access unhandled exceptions in the error interface on AppHarbor.
You can also use something like Elmah (appropriately locked down) to record and inspect errors.
We're working on making HTTP access logs available too.

friism
- 19,068
- 5
- 80
- 116
-
This is currently the first result on Google for this search. Do you have an update? – Matt Mills May 10 '13 at 15:27
-
We'll soon expose load balancer logs (and a bunch of other logging sources) which will contain similar data. IIS logs may be added later if it adds value. Exceptions are still accessible through the an application's error page as friism mentioned in the original answer. – runesoerensen May 10 '13 at 23:39
-
Request logs are now available - more information in the announcement blog post here http://blog.appharbor.com/2013/07/01/introducing-realtime-logging – runesoerensen Jul 29 '13 at 16:14