1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-16 04:44:55 +02:00

Version 1.2.5

This commit is contained in:
Henrik Hautakoski 2022-10-21 13:43:09 +02:00
parent aa98134a1e
commit 7f387680ec
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,6 @@
PROGRAM_NAME = eosio-api-healthcheck
export PROGRAM_VERSION = 1.2.4
export PROGRAM_VERSION = 1.2.5
GO = go
PREFIX = /usr/local

8
debian/changelog vendored
View file

@ -1,3 +1,11 @@
eosio-api-healthcheck (1.2.5) unstable; urgency=medium
* Logging
- Add runtime support via "--log-format" cli flag to change the logging format.
Supported formats are: term, logfmt, json, json-pretty
-- Henrik Hautakoski <henrik@eossweden.org> Fri, 21 Oct 2022 13:42:23 +0200
eosio-api-healthcheck (1.2.4) unstable; urgency=medium
* Go Version