top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

mongodb startup logs

0 votes
138 views

I am trying to understand it from the development point of view .
Can somebody help me with how to get the mongodb startup logs .I mean the logs when the system is started and automatically starts mongo daemon to the time I connect using mongo shell .

My Environment is Linux Ubuntu 14.04 and the logs at the path /var/log/mongodb/mongodb.log does not help me ...
I need the initializer logs for mongodb .

posted Jan 31, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

I am trying to install MongoDB on Windows 7 Enterprise (32bit) VM running in VirtualBox on Windows7 Ultimate 64bit.
The MongoD.exe start up reports a missing Microsoft Hotfix, KB2731284. I downloaded and installed the hot fix on the VM. The hotfix was not required on the Host PC.

Mongod.exe still reported it was not installed. Ran the hotfix a second time and it reported that it was already installed.

I tried uninstalling an reinstalling mongoDB, no luck. Any clues?

+1 vote

I generated some GridFs data on local MongoDB but I want to export these files only to production MongoDB.
I just have uploadtime field to query these files. Is there some option in Export to JSON by mongoexport both files and chunks after time stamp.

0 votes

I have a simple instance of MongoDB running with no replication or authentication.

The installation notes state: "For a production deployment, deploy MongoDB in a three member replica set and enable authentication."For just testing of Charts v0.9 is this a requirement?

0 votes

Im using pymongo_spark.py to write a large rdd to mongodb on Azure.

However since the table is very large the error "Request rate is large" is returned and not all entries are inserted.

What possible workarounds are there?

...