Conversation
|
@seanmonstar - travis keeps failing. :( |
|
I restarted the failed jobs. Looks green now. |
|
Can you update the |
There was a problem hiding this comment.
I did this with winston at one point too, the reason I didn't change CEF logging over is because of a comment somewhere that said "we want to see CEF logs distinct from normal logs". I like this way more.
There was a problem hiding this comment.
yea, this still has cef being used explicitly, but everything sent to cef is also passed back to us as a normal log.
|
@seanmonstar - intel is a nice lib! All of my concerns are inline in comments already, I have not yet load tested this to see how it performs. I am seeing a substantial number of Selenium failures and am unsure whether they are caused by this PR or by something else. |
|
When running the selenium tests locally, this is the error I see: |
|
@shane-tomlinson actually, the ssl cert for testidp.org has expired, so a lot of selenium tests are failing at the moment. |
|
@shane-tomlinson you rock! |
|
@shane-tomlinson I rebased in fixes for many of the comments. Some I left questions back for you. I have some work in intel@master that will allow me to remove several of the filters from |
|
@seanmonstar - can you add this diff? diff --git a/lib/logging/filters/statsd-increment.js b/lib/logging/filters/statsd-increment.js
index 6f6fd10..cedf569 100644
--- a/lib/logging/filters/statsd-increment.js
+++ b/lib/logging/filters/statsd-increment.js
@@ -12,8 +12,6 @@ var IncrementRegExpMatches = [
/^wsapi\./
];
-uncaught_exceptions
-
exports.test = function(msg) {
for (var i = 0, regExp; regExp = IncrementRegExpMatches[i]; ++i) {
if (regExp.test(msg)) return true; |
|
@seanmonstar - looking manually through the logs on a test instance, the entire configuration is printed when the processes start, meaning SMTP, database & other |
|
#4045 (comment) remove more files! |
|
@seanmonstar - When attempting to run the load tests, I am seeing 503s when creating the initial users. This happened before, but I was able to complete the user creation ~50% of the time before, now I cannot at all. Quite possibly user error on my part. [app@ip-10-105-2-239 bin]$ BROWSERID_FAKE_VERIFICATION=true ./load_gen -s https://intel-shane.personatest.org |
So, this replaces our usage of winston with intel. Why?
WritableStream's internal buffering, instead of drain events: https://github.com/seanmonstar/intel/blob/master/lib/handlers/stream.js#L22