FilteredLogbackAccessRequestLogFactory

class FilteredLogbackAccessRequestLogFactory : LogbackAccessRequestLogFactory

Configure the requestLog to skip logging of fast, OK ping responses to avoid cluttering the logs with, eg, ELB health check requests. Also set the requestLog layout pattern to include timestamp and requestId prefix.

Constructors

Functions

Link copied to clipboard
open override fun build(name: String): RequestLog
Link copied to clipboard
open override fun isEnabled(): Boolean

Properties

Link copied to clipboard
@Valid
@NotNull
var appenders: @Valid @NotNull MutableList<AppenderFactory<IAccessEvent>>