Add --enable-verbose, fixes T6053.
Signed-off-by: Pierre-Yves <pyu@riseup.net>
Differential D2577
wiredtiger: enable-verbose Authored by kyrios123 on Mar 20 2018, 1:58 PM. Tags None Referenced Files
Subscribers None
Details
Add --enable-verbose, fixes T6053. Signed-off-by: Pierre-Yves <pyu@riseup.net> 2018-03-20T14:54:38.846+0100 I CONTROL [initandlisten] MongoDB starting : pid=14580 port=27017 dbpath=/tmp 64-bit host=solus-budgie
2018-03-20T14:54:38.846+0100 I CONTROL [initandlisten] db version v3.6.2
2018-03-20T14:54:38.846+0100 I CONTROL [initandlisten] git version: 489d177dbd0f0420a8ca04d39fd78d0a2c539420
2018-03-20T14:54:38.847+0100 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.2n 7 Dec 2017
2018-03-20T14:54:38.847+0100 I CONTROL [initandlisten] allocator: tcmalloc
2018-03-20T14:54:38.847+0100 I CONTROL [initandlisten] modules: none
2018-03-20T14:54:38.847+0100 I CONTROL [initandlisten] build environment:
2018-03-20T14:54:38.847+0100 I CONTROL [initandlisten] distarch: x86_64
2018-03-20T14:54:38.847+0100 I CONTROL [initandlisten] target_arch: x86_64
2018-03-20T14:54:38.847+0100 I CONTROL [initandlisten] options: { storage: { dbPath: "/tmp" } }
2018-03-20T14:54:38.847+0100 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=4673M,session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress),
2018-03-20T14:54:38.876+0100 I CONTROL [initandlisten]
2018-03-20T14:54:38.876+0100 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database.
2018-03-20T14:54:38.876+0100 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted.
2018-03-20T14:54:38.876+0100 I CONTROL [initandlisten]
2018-03-20T14:54:38.876+0100 I CONTROL [initandlisten] ** WARNING: This server is bound to localhost.
2018-03-20T14:54:38.876+0100 I CONTROL [initandlisten] ** Remote systems will be unable to connect to this server.
2018-03-20T14:54:38.876+0100 I CONTROL [initandlisten] ** Start the server with --bind_ip <address> to specify which IP
2018-03-20T14:54:38.876+0100 I CONTROL [initandlisten] ** addresses it should serve responses from, or with --bind_ip_all to
2018-03-20T14:54:38.876+0100 I CONTROL [initandlisten] ** bind to all interfaces. If this behavior is desired, start the
2018-03-20T14:54:38.876+0100 I CONTROL [initandlisten] ** server with --bind_ip 127.0.0.1 to disable this warning.
2018-03-20T14:54:38.876+0100 I CONTROL [initandlisten]
2018-03-20T14:54:38.877+0100 I STORAGE [initandlisten] createCollection: admin.system.version with provided UUID: 97183424-5aa7-4c37-be96-186d45c13b1d
2018-03-20T14:54:38.878+0100 I COMMAND [initandlisten] setting featureCompatibilityVersion to 3.6
2018-03-20T14:54:38.881+0100 I STORAGE [initandlisten] createCollection: local.startup_log with generated UUID: 230d0c32-b9cc-49e5-a0cc-f9668ec872f6
2018-03-20T14:54:38.883+0100 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/tmp/diagnostic.data'
2018-03-20T14:54:38.883+0100 I NETWORK [initandlisten] waiting for connections on port 27017
Diff Detail
|