Skip to content

Instantly share code, notes, and snippets.

@asimmon
Created April 2, 2025 18:10
Show Gist options
  • Save asimmon/82cadc9323dca3a71aaac793c0d9d9ed to your computer and use it in GitHub Desktop.
Save asimmon/82cadc9323dca3a71aaac793c0d9d9ed to your computer and use it in GitHub Desktop.
MongoDB logs before connection available
CONTROL Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'
CONTROL Multi threading initialized
NETWORK Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set at least one of the related parameters
NETWORK Initialized wire specification
TENANT_M Starting TenantMigrationAccessBlockerRegistry
CONTROL MongoDB starting
CONTROL Target operating system minimum version
CONTROL Build Info
CONTROL Operating System
CONTROL Options set by command line
STORAGE Opening WiredTiger
WTRECOV WiredTiger message
WTRECOV WiredTiger message
WTRECOV WiredTiger message
WTRECOV WiredTiger message
STORAGE WiredTiger opened
RECOVERY WiredTiger recoveryTimestamp
STORAGE Initializing durable catalog
STORAGE Retrieving all idents from storage engine
STORAGE Initializing all collections in durable catalog
CONTROL Access control is not enabled for the database. Read and write access to data and configuration is unrestricted
REPL current featureCompatibilityVersion value
STORAGE Clearing temp directory
CONTROL Flow Control is enabled on this deployment
FTDC Initializing full-time diagnostic data capture
REPL Starting the TopologyVersionObserver
REPL Started TopologyVersionObserver
STORAGE createCollection
INDEX Index build: done building
REPL Setting new configuration state
REPL Starting up replica set aware services
- Failed to refresh key cache
REPL Attempting to create internal replication collections
STORAGE createCollection
INDEX Index build: done building
STORAGE createCollection
INDEX Index build: done building
STORAGE createCollection
INDEX Index build: done building
REPL Attempting to load local voted for document
REPL Did not find local initialized voted for document at startup
REPL Searching for local Rollback ID document
REPL Did not find local Rollback ID document at startup. Creating one
STORAGE createCollection
INDEX Index build: done building
REPL Initialized the rollback ID
REPL Did not find local replica set configuration document at startup
REPL Setting new configuration state
STORAGE createCollection
INDEX Index build: done building
STORAGE Timestamp monitor starting
STORAGE Starting the DiskSpaceMonitor
CONTROL Failed to refresh session cache, will try again at the next refresh interval
QUERY Starting Change Stream Expired Pre-images Remover thread
CONTROL Sessions collection is not set up; waiting until next sessions reap interval
NETWORK Listening on
NETWORK Waiting for connections
CONTROL Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none'
CONTROL Multi threading initialized
NETWORK Implicit TCP FastOpen unavailable. If TCP FastOpen is required, set at least one of the related parameters
NETWORK Initialized wire specification
TENANT_M Starting TenantMigrationAccessBlockerRegistry
CONTROL MongoDB starting
CONTROL Target operating system minimum version
CONTROL Build Info
CONTROL Operating System
CONTROL Options set by command line
STORAGE Opening WiredTiger
WTRECOV WiredTiger message
WTRECOV WiredTiger message
WTRECOV WiredTiger message
WTRECOV WiredTiger message
STORAGE WiredTiger opened
RECOVERY WiredTiger recoveryTimestamp
STORAGE Initializing durable catalog
STORAGE Retrieving all idents from storage engine
STORAGE Initializing all collections in durable catalog
CONTROL Access control is not enabled for the database. Read and write access to data and configuration is unrestricted
STORAGE createCollection
INDEX Index build: done building
REPL Setting featureCompatibilityVersion
REPL current featureCompatibilityVersion value
NETWORK Updated wire specification
NETWORK Updated wire specification
REPL current featureCompatibilityVersion value
STORAGE Clearing temp directory
CONTROL Initializing cluster server parameters from disk
CONTROL Flow Control is enabled on this deployment
FTDC Initializing full-time diagnostic data capture
STORAGE createCollection
INDEX Index build: done building
REPL Setting new configuration state
STORAGE Timestamp monitor starting
STORAGE Starting the DiskSpaceMonitor
NETWORK Listening on
NETWORK Waiting for connections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment