突然在服务器控制台中看到很多Mongo输出(Mongo Oplog?)

时间:2015-07-07 09:29:11

标签: mongodb meteor

我绝对无法想到Google会为此做些什么。当我从命令行启动meteor时会发生这种情况。

我得到了一些我无法识别的输出,并且它有点烦人,因为它模糊了我想要看到的输出。我无法确定导致这种情况发生的变化。

我认为在发出数据库查询后我也发现了这种情况,但今天早上我无法看到。

I20150707-10:26:06.097(1)? ----------------------------
I20150707-10:26:06.101(1)? { _mongo: 
I20150707-10:26:06.101(1)?    { _observeMultiplexers: 
I20150707-10:26:06.101(1)?       { '{"ordered":false,"collectionName":"users","selector":{"_id":"bhJwk7Lc4mPDzAYno"},"options":{"transform":null,"fields":{"profile":1,"username":1,"emails":1}}}': [Object],
I20150707-10:26:06.102(1)?         '{"ordered":false,"collectionName":"users","selector":{"_id":"bhJwk7Lc4mPDzAYno","services.resume.loginTokens.hashedToken":"+uhnI7co8s08w/9A53RTBO+qH/jJvKnHJCIYwRIKZ64="},"options":{"transform":null,"fields":{"_id":1}}}': [Object],
I20150707-10:26:06.102(1)?         '{"ordered":false,"collectionName":"users","selector":{"_id":"bhJwk7Lc4mPDzAYno"},"options":{"transform":null,"fields":{"roles":1}}}': [Object],
I20150707-10:26:06.102(1)?         '{"ordered":false,"collectionName":"meteor_accounts_loginServiceConfiguration","selector":{},"options":{"transform":null,"fields":{"secret":0}}}': [Object],
I20150707-10:26:06.102(1)?         '{"ordered":false,"collectionName":"projects","selector":{"user_ids":"bhJwk7Lc4mPDzAYno"},"options":{"transform":null}}': [Object],
I20150707-10:26:06.102(1)?         '{"ordered":false,"collectionName":"sourceTypes","selector":{},"options":{"transform":null}}': [Object] },
I20150707-10:26:06.102(1)?      _onFailoverHook: { nextCallbackId: 7, callbacks: [Object] },
I20150707-10:26:06.103(1)?      db: 
I20150707-10:26:06.103(1)?       { domain: null,
I20150707-10:26:06.103(1)?         _events: {},
I20150707-10:26:06.103(1)?         _maxListeners: 10,
I20150707-10:26:06.103(1)?         databaseName: 'meteor',
I20150707-10:26:06.104(1)?         serverConfig: [Object],
I20150707-10:26:06.104(1)?         options: [Object],
I20150707-10:26:06.104(1)?         _applicationClosed: false,
I20150707-10:26:06.104(1)?         slaveOk: false,
I20150707-10:26:06.104(1)?         bufferMaxEntries: -1,
I20150707-10:26:06.104(1)?         native_parser: false,
I20150707-10:26:06.104(1)?         bsonLib: [Object],
I20150707-10:26:06.105(1)?         bson: [Object],
I20150707-10:26:06.105(1)?         bson_deserializer: [Object],
I20150707-10:26:06.105(1)?         bson_serializer: [Object],
I20150707-10:26:06.105(1)?         _state: 'connected',
I20150707-10:26:06.106(1)?         pkFactory: [Object],
I20150707-10:26:06.106(1)?         forceServerObjectId: false,
I20150707-10:26:06.107(1)?         safe: false,
I20150707-10:26:06.107(1)?         notReplied: {},
I20150707-10:26:06.107(1)?         isInitializing: true,
I20150707-10:26:06.107(1)?         openCalled: true,
I20150707-10:26:06.107(1)?         commands: [],
I20150707-10:26:06.107(1)?         logger: [Object],
I20150707-10:26:06.108(1)?         tag: 1436261154640,
I20150707-10:26:06.108(1)?         eventHandlers: [Object],
I20150707-10:26:06.108(1)?         serializeFunctions: false,
I20150707-10:26:06.108(1)?         raw: false,
I20150707-10:26:06.109(1)?         recordQueryStats: false,
I20150707-10:26:06.109(1)?         retryMiliSeconds: 1000,
I20150707-10:26:06.109(1)?         numberOfRetries: 60,
I20150707-10:26:06.109(1)?         readPreference: [Object] },
I20150707-10:26:06.110(1)?      _primary: '127.0.0.1:3001',
I20150707-10:26:06.110(1)?      _oplogHandle: 
I20150707-10:26:06.110(1)?       { _oplogUrl: 'mongodb://127.0.0.1:3001/local',
I20150707-10:26:06.110(1)?         _dbName: 'meteor',
I20150707-10:26:06.111(1)?         _oplogLastEntryConnection: [Object],
I20150707-10:26:06.111(1)?         _oplogTailConnection: [Object],
I20150707-10:26:06.111(1)?         _stopped: false,
I20150707-10:26:06.111(1)?         _tailHandle: [Object],
I20150707-10:26:06.112(1)?         _readyFuture: [Object],
I20150707-10:26:06.112(1)?         _crossbar: [Object],
I20150707-10:26:06.112(1)?         _baseOplogSelector: [Object],
I20150707-10:26:06.113(1)?         _catchingUpFutures: [],
I20150707-10:26:06.113(1)?         _lastProcessedTS: [Object],
I20150707-10:26:06.114(1)?         _onSkippedEntriesHook: [Object],
I20150707-10:26:06.114(1)?         _entryQueue: [Object],
I20150707-10:26:06.115(1)?         _workerActive: false },
I20150707-10:26:06.115(1)?      _docFetcher: { _mongoConnection: [Circular], _callbacksForCacheKey: {} } },
I20150707-10:26:06.116(1)?   _cursorDescription: 
I20150707-10:26:06.116(1)?    { collectionName: 'scrapeLog',
I20150707-10:26:06.116(1)?      selector: {},
I20150707-10:26:06.116(1)?      options: { transform: null, sort: [Object], limit: 10 } },
I20150707-10:26:06.116(1)?   _synchronousCursor: null }

0 个答案:

没有答案