Skip to content

gilbertoowen/request-logging-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

request-logging

About The Project

This is a HTTP logging with Spring Boot

Getting Started

  1. add maven dependency
<dependency>
    <groupId>io.github.gilbertoowen</groupId>
    <artifactId>request-logging-spring-boot-starter</artifactId>
    <version>1.3.RELEASE</version>
</dependency>
  1. add config
request.logging.enabled: true

configuration

name type desc
request.logging.whiteList list url do log, support ant path style patterns
request.logging.blackList list url do not log, support ant path style patterns
request.logging.logHeaders boolean log header or not, default false

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages