Interface LoggingConstants


public interface LoggingConstants
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The default value for the LoggingConfig#enabledErrorCodes() configuration.
    static final String
    The default value for the LoggingConfig#enabledMethods() configuration.
    static final String
    The default value for the LoggingConfig#enabledPathPrefixes() configuration.
    static final String
    The default value for the LoggingConfig#enabledPaths() configuration.
    static final String
    The default value for the LoggingConfig#enabledTenants() configuration.
    static final String
    The default value for the LoggingConfig#requestBodyLoggingEnabled() configuration.
    static final String
    The default value for the LoggingConfig#enabled() configuration.
  • Field Details

    • REQUEST_INFO_LOGGING_ENABLED

      static final String REQUEST_INFO_LOGGING_ENABLED
      The default value for the LoggingConfig#enabled() configuration.
      See Also:
    • ALL_TENANTS

      static final String ALL_TENANTS
      The default value for the LoggingConfig#enabledTenants() configuration.
      See Also:
    • ALL_PATHS

      static final String ALL_PATHS
      The default value for the LoggingConfig#enabledPaths() configuration.
      See Also:
    • ALL_PATH_PREFIXES

      static final String ALL_PATH_PREFIXES
      The default value for the LoggingConfig#enabledPathPrefixes() configuration.
      See Also:
    • ALL_ERROR_CODES

      static final String ALL_ERROR_CODES
      The default value for the LoggingConfig#enabledErrorCodes() configuration.
      See Also:
    • ALL_METHODS

      static final String ALL_METHODS
      The default value for the LoggingConfig#enabledMethods() configuration.
      See Also:
    • REQUEST_BODY_LOGGING_ENABLED

      static final String REQUEST_BODY_LOGGING_ENABLED
      The default value for the LoggingConfig#requestBodyLoggingEnabled() configuration.
      See Also: