Skip to content

Releases: ankurcha/gcloud-logging-slf4j-logback

Bugfix + Add support for MDC fields

18 May 21:52
Compare
Choose a tag to compare
  • #7 Add support for MDC fields
  • Bugfix: NPE when events' don't have any argument array

Add support for sourceLocation

09 Apr 20:00
Compare
Choose a tag to compare
  • 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

08 Apr 01:59
Compare
Choose a tag to compare
  • Adds support for httpRequest field.

Update logformat to be compatible with 0.6.3 gcp fluentd plugin

27 Jun 17:53
Compare
Choose a tag to compare
v1.1.5

[Release] Prepare for release 1.1.5

Release to maven central

06 Feb 23:27
Compare
Choose a tag to compare

Highlights

  • Release library to maven central

Apache 2 licence release + bug fixes

05 Nov 01:49
Compare
Choose a tag to compare
  • [Bugfix] Add full stack trace when present.
  • Release under Apache 2 License.

Google cloud Error logging compatible messages support

03 Nov 19:34
Compare
Choose a tag to compare
  • Restructure message to be compatible with error google cloud logging.
  • Updated readme with example output.

Initial release of log formatter

03 Nov 03:21
Compare
Choose a tag to compare
  • 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.