Interface QuarkusLoggingConfiguration


@ConfigMapping(prefix="polaris.log") public interface QuarkusLoggingConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    mdc()
    Additional MDC values to include in the log context.
    The name of the header that contains the request ID.
  • Method Details

    • requestIdHeaderName

      String requestIdHeaderName()
      The name of the header that contains the request ID.
    • mdc

      Map<String,String> mdc()
      Additional MDC values to include in the log context.