Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaravitis authored Sep 1, 2019
1 parent 97155a4 commit bb56dcb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,12 @@ Spring Boot application for logging all the headers of client request and client

## Requirements
jdk 8 or later

## Usage
- Get the release requestLogger-0.0.1-SNAPSHOT.jar from the releases tab.
- Open a terminal, command line inside the folder which includes the jar you downloaded during the previous step and run

`java -jar requestLogger-0.0.1-SNAPSHOT.jar --logging.file=/~/request-logger.log`

where --loging.file property is the path of your logging file. I use linux and my path is /~/request-logger.log.
For windows should be something like C:\users\\[username]\

0 comments on commit bb56dcb

Please sign in to comment.