Skip to content

Commit

Permalink
feat(rust): log commands by default to a file
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Jul 15, 2024
1 parent 81608bc commit 85f0cc2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ export OCKAM_OPENTELEMETRY_EXPORT=false
# Set a high timeout for CI tests
export OCKAM_DEFAULT_TIMEOUT=5m

# Set OCKAM_LOGGING to true so that command logs are persisted
export OCKAM_LOGGING=true

# Set QUIET to 1 to suppress user-facing logging written at stderr
export QUIET=1

Expand Down

0 comments on commit 85f0cc2

Please sign in to comment.