Skip to content

Commit

Permalink
[docs] add Build and test locally section (#69)
Browse files Browse the repository at this point in the history
* add `Build and test locally` section

* Update README.md
  • Loading branch information
yotamloe authored Sep 8, 2024
1 parent b9fbf99 commit 56ad1ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,18 @@ Will send a log to Logz.io that looks like this:
}
```

## Build and test locally
1. Clone the repository:
```bash
git clone https://github.com/logzio/logzio-log4j2-appender.git
cd logzio-log4j2-appender
```
2. Build and run tests:
```bash
mvn clean compile
mvn test
```

### Release notes
- 2.0.1
- Updated LogzioSender version to `2.0.1`
Expand Down

0 comments on commit 56ad1ac

Please sign in to comment.