Just adding Observatory without anything else slows down updates of collections dramatically. (Even not added the template) So all my test cases that add, insert or remove failed.
I use very basic auto published collection.
I tried it with setting, but this didn't help:
var settings = {
maxSeverity: "INFO",
printToConsole: true, // whether to also log to console
logUser: false, // log the user information?
logHttp: false, // log http requests automagically?
logDDP: false // log DDP requests automagically?
};
Observatory.setSettings(settings);
Just adding Observatory without anything else slows down updates of collections dramatically. (Even not added the template) So all my test cases that add, insert or remove failed.
I use very basic auto published collection.
I tried it with setting, but this didn't help: