Class Config.MDCConfig

  • Enclosing class:
    Config

    public static class Config.MDCConfig
    extends Object
    • Field Detail

      • fieldName

        @ConfigItem
        public Optional<String> fieldName
        Used to change the json key for the field.
      • enabled

        @ConfigItem
        public Optional<Boolean> enabled
        Enable or disable the field.
      • flatFields

        @ConfigItem(defaultValue="false")
        public boolean flatFields
        Will write the values at the top level of the JSON log object.
    • Constructor Detail

      • MDCConfig

        public MDCConfig()