Releases: nanoandrew4/ngcplogs
Releases · nanoandrew4/ngcplogs
v1.3.0
What's Changed
- Handle numeric severity. by @jum in #5
- Add extract-msg option to allow extracting the
msg
field from the jsonPayload and resetting it with themessage
key. by @jum in #6 - Fix occassional panic reported in #2
- Overhaul build system to allow building for multiple architectures on the same machine using docker buildx. Also added GitHub actions in order to automate the building and publishing of latest and tagged images on main branch or tag push.
New Contributors
Full Changelog: v1.2.0...v1.3.0
v1.2.0
The credentials-file
and credentials-json
log options were added to allow running the driver outside of GCP, using a credentials file or JSON string alongside the gcp-project
log option to send the logs to GCP.
v1.1.1
This release fixes a bug with CPU usage increasing indefinitely after a container is stopped or recreated, due to the log stream being closed, which was not handled correctly.
v1.1.0
Added the sleep-interval
log option to configure the sleep interval when no logs need to be processed. By default the value is 500 milliseconds, which greatly reduces CPU usage.