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
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ USER_JWT=
64
64
USER_2_JWT=
65
65
66
66
# Logging (plaintext is never logged by design)
67
-
PROTECT_LOG_LEVEL=debug|info|error
67
+
CS_LOG_LEVEL=debug|info|error
68
68
```
69
69
70
70
If these variables are missing, tests that require live encryption will fail or be skipped; prefer filtering to specific packages and tests while developing.
> **Important**: Run the more specific replacements first (e.g., `@cipherstash/protect/identify` before `@cipherstash/protect`) to avoid partial matches.
0 commit comments