Skip to content

Commit 1ffba34

Browse files
authored
Fix an oversight in cvm tracing docs (#62)
Noticed while reviewing Guide rewrites
1 parent dbc9950 commit 1ffba34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guide/src/user_guide/openhcl/diag/cvm_restrictions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ constant, to mark statements that could contain secrets and should not be logged
3232
Examples:
3333

3434
```rust
35-
use cvm_tracing::CVM_ALLOWED;
35+
use cvm_tracing::{CVM_ALLOWED, CVM_CONFIDENTIAL};
3636

3737
tracing::info!(CVM_ALLOWED, foo, ?bar, "This statement will be logged in a CVM");
3838
tracing::info!(baz, "This statement will not be logged in a CVM");

0 commit comments

Comments
 (0)