File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -463,6 +463,11 @@ ACTOR void setup(NetworkAddress na,
463463 if (!proxyto.present ()) {
464464 state Reference<DocumentLayer> docLayer;
465465 state Reference<DatabaseContext> db;
466+ TraceEvent (" StartingServer" )
467+ .detail (" DocLayerPkgName" , FDB_DOC_VT_PACKAGE_NAME)
468+ .detail (" DocLayerVersion" , FDB_DOC_VT_VERSION)
469+ .detail (" DocLayerSourceVersion" , getGitVersion ())
470+ .detail (" FlowSourceVersion" , getFlowGitVersion ());
466471 try {
467472 auto cluster = fdb->createCluster (clusterFile);
468473 Reference<DatabaseContext> database = cluster->createDatabase ();
@@ -607,7 +612,7 @@ void printHelp(const char* name) {
607612 Runs Document Layer in proxy mode on LISTEN_PORT proxying all commands
608613 to MongoDB server running on MONGODB_PORT.
609614 --fdb_datacenter_id DC_ID
610- The id of the preferred datacenter to use when connecting to a FoundationDB cluster
615+ The id of the preferred datacenter to use when connecting to a FoundationDB cluster
611616 that's run in multi-dc mode
612617)HELPTEXT" ,
613618 name);
You can’t perform that action at this time.
0 commit comments