Skip to content

Commit

Permalink
Fixed logging command
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran committed Mar 2, 2022
1 parent 8a3b230 commit 74940b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/content/en/preview/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ make test # E2E correctness tests
make battletest # More rigorous tests run in CI environment
```

### Verbose Logging
### Change Log Level

```bash
kubectl patch configmap karpenter-config-logging -n karpenter --patch '{"data":{"loglevel.controller":"debug"}}'
kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"debug"}}' # Debug Level
kubectl patch configmap config-logging -n karpenter --patch '{"data":{"loglevel.controller":"info"}}' # Info Level
```

### Debugging Metrics
Expand Down

0 comments on commit 74940b3

Please sign in to comment.