'use strict'; // Control variant: same code path as the others but no feature flags on. // Use this as the apples-to-apples baseline (it has the same logging // instrumentation as the variants, unlike ../index.js which has none). require('./_core').startDaemon({ variant: 'control', flags: {}, });