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
{{ message }}
This repository has been archived by the owner on Jul 26, 2019. It is now read-only.
Now the Evidence Log is available, replace all calls to the superseded status service with calls to the Evidence Log.
Also remove the web-trace with a context object, containing at least the Evidence Record ID as a trace ID for the log. Everywhere where the web-trace was used, instead use the Evidence Log with the Evidence Record ID trace.
The text was updated successfully, but these errors were encountered:
- use new common library that replaces status service with evidence log
- new context object represents execution context for each evidence record
- fit context into call path to all places where logging is required
- tests
- still need to unify logging vocabulary
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Now the Evidence Log is available, replace all calls to the superseded status service with calls to the Evidence Log.
Also remove the
web-trace
with a context object, containing at least the Evidence Record ID as a trace ID for the log. Everywhere where the web-trace was used, instead use the Evidence Log with the Evidence Record ID trace.The text was updated successfully, but these errors were encountered: