Skip to content

Commit

Permalink
update release notes (#48)
Browse files Browse the repository at this point in the history
* update release notes

* additional fields

* update readme
  • Loading branch information
idohalevi authored Jul 10, 2018
1 parent adf1047 commit 0c8c33d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This appender uses [LogzioSender](https://github.com/logzio/logzio-java-sender)
<dependency>
<groupId>io.logz.logback</groupId>
<artifactId>logzio-logback-appender</artifactId>
<version>1.0.17</version>
<version>1.0.18</version>
</dependency>
```

Expand All @@ -37,7 +37,7 @@ This appender uses [LogzioSender](https://github.com/logzio/logzio-java-sender)
### Parameters
| Parameter | Default | Explained |
| ------------------ | ------------------------------------ | ----- |
| **token** | *None* | Your Logz.io token, which can be found under "settings" in your account, If the value begins with `$` then the appender looks for an environment variable with the name specified. For example: `$LOGZIO_TOKEN` will look for environment variable named `LOGZIO_TOKEN` |
| **token** | *None* | Your Logz.io token, which can be found under "settings" in your account, If the value begins with `$` then the appender looks for an environment variable or system property with the name specified. For example: `$LOGZIO_TOKEN` will look for environment variable named `LOGZIO_TOKEN` |
| **logzioType** | *java* | The [log type](http://support.logz.io/support/solutions/articles/6000103063-what-is-type-) for that appender, it must not contain spaces |
| **logzioUrl** | *https://listener.logz.io:8071* | The url that the appender sends to. If your account is in the EU you must use https://listener-eu.logz.io:8071 |
| **drainTimeoutSec** | *5* | How often the appender should drain the buffer (in seconds) |
Expand Down Expand Up @@ -123,6 +123,9 @@ Will send a log to Logz.io that looks like this:
```

### Release notes
- 1.0.18
- added `compressRequests` parameter to enable gzip compression of the logs before they are sent.
- added option to inject system property value into additionalFields, logzioUrl and token.
- 1.0.16 - 1.0.17
- added `line` parameter to enable printing the line of code that generated this log
- 1.0.15 - 1.0.16
Expand Down

0 comments on commit 0c8c33d

Please sign in to comment.