You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"time":"2019-03-06T13:37:12-05:00","appname":"foo-app","hostname":"staging-1","level":"info",","severity":"low", "method":"main","msg":"My first ssl event from Golang"}
update GoLang services
update Python service
unit test
The text was updated successfully, but these errors were encountered:
Description
As a developer, I need my logs to be properly formatted for ease of analysis.
The logs will contain the following fields
appname
, the name of the servicehostname
, the DNS alias or IP-addresslevel
,"panic", "fatal", "error", "warning", "info", "debug", "trace"
msg
, log messagetime
, created UTC timestamp for the log entryseverity
,none
,low
,medium
,high
importance of the log entrymethod
, the calling method or functionConsider using the library https://github.com/sirupsen/logrus
Reference: https://www.datadoghq.com/blog/go-logging/
Story Points
3
Definitions of Done
hwsc-lib
to wrap the implementationThe text was updated successfully, but these errors were encountered: