我正在调查.net项目的各种日志记录可能性,我无法在System.Diagnostics.Debug/Trace功能和第三方库(如log4net,MS Enterprise Library,NLog等)之间做出决定.
目前我已经发现了这个:
如果有人能指出我正确的方向或纠正(或添加一些东西)给我上面给出的比较,我将非常感激!也许如果你鼓励我使用第三方,你可以建议一些特定的一方(考虑到我们的应用程序很可能不需要任何花哨的东西,如UDP,滚动文件等 - 只是普通文件,电子邮件,数据库和事件簿)?
提前致谢!
我有一个TeamCity配置,它将构建部署到QA服务器上,在成功之后,它运行Protractor e2e测试.我可以从结帐目录手动运行测试并且他们成功了,但是在TeamCity上他们只是超时(我已经将超时阈值增加到3分钟,他们现在需要3分钟才能超时).
我看到的例外是:
[should find all page controls] [Test Error Output]
A Jasmine spec timed out. Resetting the WebDriver Control Flow.
The last active task was:
Protractor.get(http://[QA SERVER]/#/) - reset url
at [object Object].webdriver.WebDriver.schedule
at [object Object].Protractor.executeScript_
[...]
A Jasmine spec timed out. Resetting the WebDriver Control Flow.
The last active task was:
unknown
[17:27:00][should find all page controls] Error: Timeout - Async callback was not invoked within timeout specified by jasmine.DEFAULT_TIMEOUT_INTERVAL.
[17:27:00]
[should find all page controls] Error: Timeout …Run Code Online (Sandbox Code Playgroud)