• Kelvin Fichter's avatar
    feat(cmn): BSv2 private options by default · ab8ec365
    Kelvin Fichter authored
    Makes BaseServiceV2 options "secret" by default. Services will have to
    explicitly mark options as "public" for those options to be logged and
    included in metrics. Much more sane than logging everything, especially
    for anyone using BaseServiceV2 who might not know that this happens
    under the hood.
    ab8ec365
service.ts 5.6 KB