According to LogEntries documentation Account key should be filled in Web.config file. At the same time, it exists in AppHarbor configuration variables.
Can I read the value from the configuration variables instead of using hard-coded value?
According to LogEntries documentation Account key should be filled in Web.config file. At the
Share
the le_nlog package has been updated in the last few days with the appropriate code for grabbing the appharbor injected config variables from the web.config, so now the nuget can be installed, the add-on added to your app and you’re good to go without manually editing anything. Unless of course as pointed out above in the case where you want to log from your local machine, in which case the config variables should be pasted into your web.config in the appSettings section which is now included in the web.config.transform of the le_nlog package