Releases: ankurcha/gcloud-logging-slf4j-logback
Releases · ankurcha/gcloud-logging-slf4j-logback
Bugfix + Add support for MDC fields
Add support for sourceLocation
- Logging context is provided as
logging.googleapis.com/sourceLocation
when present.
<dependency>
<groupId>com.github.ankurcha</groupId>
<artifactId>google-cloud-logging-logback-slf4j</artifactId>
<version>1.1.9</version>
</dependency>
or
compile 'com.github.ankurcha:google-cloud-logging-logback-slf4j:1.1.9'
Add support for httpRequest
- Adds support for
httpRequest
field.
Update logformat to be compatible with 0.6.3 gcp fluentd plugin
v1.1.5 [Release] Prepare for release 1.1.5
Release to maven central
Highlights
- Release library to maven central
Apache 2 licence release + bug fixes
- [Bugfix] Add full stack trace when present.
- Release under Apache 2 License.
Google cloud Error logging compatible messages support
- Restructure message to be compatible with error google cloud logging.
- Updated readme with example output.
Initial release of log formatter
- JSON based log formatter for logback (and slf4j).
- Adds expected fields to be interpreted as a "structured message" in google cloud logging.
- Tested in GKE.