Skip to content

Conversation

@redhug1
Copy link
Contributor

@redhug1 redhug1 commented Sep 17, 2021

What

re-arrange where info is printed out.
clear accumulators before each test

How to review

for merging into Davids code

Who can review

David

VivianAllen and others added 28 commits July 23, 2021 08:43
Update log.go requirement to v2 in go.mod and imports.
Update logging statements to format that can be parsed by
elastisearch, e.g.

log.Event(ctx, string, log.FATAL, log.Error(something1), something2)
-> log.Fatal(ctx, string, something1, something2)
log.Event(ctx, string, log.ERROR log.Error(something1), something2)
-> log.Error(ctx, string, something1, something2)
log.Event(ctx, string, log.INFO, log.Error(something))
-> log.Info(ctx, string, log.FormatErrors([]error{something}))
log.Event(ctx, string, log.WARN, log.Error(something))
-> log.Warn(ctx, string, log.FormatErrors([]error{something}))

These changes needed to allow error logs to be properly viewed in
kibana.
…aller. Default values are the same as before, and will be overwritten by provided values
…sues between callers and the purger. Renamed owner to uniqueCallerName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants