Crate cvm_tracing

Source
Expand description

Implements a tracing filter to restrict logging of events that are marked as CVM_CONFIDENTIAL.

Constants§

CVM_ALLOWED
A marker that can be used to tag events that are safe to log out of a confidential environment.
CVM_CONFIDENTIAL
A marker that can be used to tag events that are confidential and should not be logged out of a confidential environment.

Functions§

confidential_event_filter
A tracing filter that will block events that are marked as CVM_CONFIDENTIAL.