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.