Difference between revisions of "/var/log/mongodb/mongodb.log"
Jump to navigation
Jump to search
(Created page with " == See also == * {{MongoDB}} Category:Databases") |
|||
Line 1: | Line 1: | ||
+ | 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] MongoDB starting : pid=2723 port=27017 dbpath=/var/lib/mongodb 64-bit host=YOUR_MONGODB_HOST | ||
+ | 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] db version v3.6.8 | ||
+ | 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] git version: 8e540c0b6db93ce994cc548f000900bdc740f80a | ||
+ | 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.1.1f 31 Mar 2020 | ||
+ | 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] allocator: tcmalloc | ||
+ | 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] modules: none | ||
+ | 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] build environment: | ||
+ | 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] distarch: aarch64 | ||
+ | 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] target_arch: aarch64 | ||
+ | 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] options: { config: "/etc/mongodb.conf", net: { bindIp: "127.0.0.1", unixDomainSocket: { | ||
+ | pathPrefix: "/run/mongodb" } }, storage: { dbPath: "/var/lib/mongodb", journal: { enabled: true } }, systemLog: { destination: "file", logAppend: true, | ||
+ | path: "/var/log/mongodb/mongodb.log" } } | ||
+ | 2022-02-18T12:40:30.025+0100 I STORAGE [initandlisten] | ||
+ | 2022-02-18T12:40:30.025+0100 I STORAGE [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine | ||
+ | 2022-02-18T12:40:30.025+0100 I STORAGE [initandlisten] ** See http://dochub.mongodb.org/core/prodnotes-filesystem | ||
+ | 2022-02-18T12:40:30.025+0100 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=256M,session_max=20000,eviction= (threads_min=4,threads_max=4),config_base=false,statistics=(fast),cache_cursors=false,compatibility=(release="3.0",require_max="3.0"),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress), | ||
+ | 2022-02-18T12:40:30.139+0100 I STORAGE [initandlisten] WiredTiger message [1645184430:139697][2723:0xffffb62a7040], txn-recover: Set global recovery | ||
+ | timestamp: 0 | ||
+ | 2022-02-18T12:40:30.267+0100 I CONTROL [initandlisten] | ||
+ | 2022-02-18T12:40:30.267+0100 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database. | ||
+ | 2022-02-18T12:40:30.267+0100 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted. | ||
+ | 2022-02-18T12:40:30.267+0100 I CONTROL [initandlisten] | ||
+ | 2022-02-18T12:40:30.267+0100 I STORAGE [initandlisten] createCollection: admin.system.version with provided UUID: b7c04bb3-1a09-45f8-ae52-ebefcc41fdce | ||
+ | 2022-02-18T12:40:30.283+0100 I COMMAND [initandlisten] setting featureCompatibilityVersion to 3.6 | ||
+ | 2022-02-18T12:40:30.285+0100 I STORAGE [initandlisten] createCollection: local.startup_log with generated UUID: da891e0b-c9be-4ed0-998d-f10d4f17f352 | ||
+ | 2022-02-18T12:40:30.291+0100 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/var/lib/mongodb/diagnostic.data' | ||
+ | 2022-02-18T12:40:30.291+0100 I NETWORK [initandlisten] waiting for connections on port 27017 | ||
+ | 2022-02-18T12:40:30.291+0100 I STORAGE [LogicalSessionCacheRefresh] createCollection: config.system.sessions with generated UUID: 015bf0e1-09d2-41fe-bf2e-016c29d0bf3b | ||
+ | 2022-02-18T12:40:30.304+0100 I INDEX [LogicalSessionCacheRefresh] build index on: config.system.sessions properties: { v: 2, key: { lastUse: 1 }, name: "lsidTTLIndex", ns: "config.system.sessions", expireAfterSeconds: 1800 } | ||
+ | 2022-02-18T12:40:30.304+0100 I INDEX [LogicalSessionCacheRefresh] building index using bulk method; build may temporarily use up to 500 megabytes of RAM | ||
+ | 2022-02-18T12:40:30.304+0100 I INDEX [LogicalSessionCacheRefresh] build index done. scanned 0 total records. 0 secs | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{MongoDB}} | ||
+ | |||
+ | [[Category:MongoDB]] | ||
Revision as of 11:54, 18 February 2022
2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] MongoDB starting : pid=2723 port=27017 dbpath=/var/lib/mongodb 64-bit host=YOUR_MONGODB_HOST 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] db version v3.6.8 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] git version: 8e540c0b6db93ce994cc548f000900bdc740f80a 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.1.1f 31 Mar 2020 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] allocator: tcmalloc 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] modules: none 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] build environment: 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] distarch: aarch64 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] target_arch: aarch64 2022-02-18T12:40:30.023+0100 I CONTROL [initandlisten] options: { config: "/etc/mongodb.conf", net: { bindIp: "127.0.0.1", unixDomainSocket: { pathPrefix: "/run/mongodb" } }, storage: { dbPath: "/var/lib/mongodb", journal: { enabled: true } }, systemLog: { destination: "file", logAppend: true, path: "/var/log/mongodb/mongodb.log" } } 2022-02-18T12:40:30.025+0100 I STORAGE [initandlisten] 2022-02-18T12:40:30.025+0100 I STORAGE [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine 2022-02-18T12:40:30.025+0100 I STORAGE [initandlisten] ** See http://dochub.mongodb.org/core/prodnotes-filesystem 2022-02-18T12:40:30.025+0100 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=256M,session_max=20000,eviction= (threads_min=4,threads_max=4),config_base=false,statistics=(fast),cache_cursors=false,compatibility=(release="3.0",require_max="3.0"),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress), 2022-02-18T12:40:30.139+0100 I STORAGE [initandlisten] WiredTiger message [1645184430:139697][2723:0xffffb62a7040], txn-recover: Set global recovery timestamp: 0 2022-02-18T12:40:30.267+0100 I CONTROL [initandlisten] 2022-02-18T12:40:30.267+0100 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database. 2022-02-18T12:40:30.267+0100 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted. 2022-02-18T12:40:30.267+0100 I CONTROL [initandlisten] 2022-02-18T12:40:30.267+0100 I STORAGE [initandlisten] createCollection: admin.system.version with provided UUID: b7c04bb3-1a09-45f8-ae52-ebefcc41fdce 2022-02-18T12:40:30.283+0100 I COMMAND [initandlisten] setting featureCompatibilityVersion to 3.6 2022-02-18T12:40:30.285+0100 I STORAGE [initandlisten] createCollection: local.startup_log with generated UUID: da891e0b-c9be-4ed0-998d-f10d4f17f352 2022-02-18T12:40:30.291+0100 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/var/lib/mongodb/diagnostic.data' 2022-02-18T12:40:30.291+0100 I NETWORK [initandlisten] waiting for connections on port 27017 2022-02-18T12:40:30.291+0100 I STORAGE [LogicalSessionCacheRefresh] createCollection: config.system.sessions with generated UUID: 015bf0e1-09d2-41fe-bf2e-016c29d0bf3b 2022-02-18T12:40:30.304+0100 I INDEX [LogicalSessionCacheRefresh] build index on: config.system.sessions properties: { v: 2, key: { lastUse: 1 }, name: "lsidTTLIndex", ns: "config.system.sessions", expireAfterSeconds: 1800 } 2022-02-18T12:40:30.304+0100 I INDEX [LogicalSessionCacheRefresh] building index using bulk method; build may temporarily use up to 500 megabytes of RAM 2022-02-18T12:40:30.304+0100 I INDEX [LogicalSessionCacheRefresh] build index done. scanned 0 total records. 0 secs
See also
- MongoDB: MongoDB Compass,
mongo
,mongodump, mongorestore
,mongoexport
, MongoDB changelog, MongoDB Enterprise Kubernetes Operator, GridFS, MongoDB Atlas, MongoDB replication, Ops Manager, docker logs mongodb, show collections, show dbs,mongo --help
See also
Advertising: