1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-08-23 20:18:14 +02:00

replace standard logger for github.com/inconshreveable/log15

This commit is contained in:
Henrik Hautakoski 2022-01-03 17:34:02 +01:00
parent 107df930f1
commit 1d8b47762e
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
8 changed files with 38 additions and 137 deletions

4
log Normal file
View file

@ -0,0 +1,4 @@
t=2022-01-03T17:30:52+0100 lvl=info msg="Process is starting" pid=46735
t=2022-01-03T17:30:52+0100 lvl=info msg="TCP Server started" addr=127.0.0.1:1337
t=2022-01-03T17:30:54+0100 lvl=info msg="API Check" version=v1 url=http://127.0.0.1:1234 block=5 status=failed
t=2022-01-03T17:30:54+0100 lvl=warn msg="API Error" message="Get \"http://127.0.0.1:1234/v1/chain/get_info\": dial tcp 127.0.0.1:1234: connect: connection refused"