Skip to content

Commit

Permalink
Merge pull request moby#4500 from jedevc/buildkit-toml-trace
Browse files Browse the repository at this point in the history
  • Loading branch information
jedevc authored Dec 19, 2023
2 parents 957cb50 + 58c0475 commit fc9de56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/buildkitd.toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ note some configuration is only good for edge cases, please take care of it
carefully.

```toml
# debug enables additional debug logging
debug = true
# trace enables additional trace logging (very verbose, with potential performance impacts)
trace = true
# root is where all buildkit state is stored.
root = "/var/lib/buildkit"
# insecure-entitlements allows insecure entitlements, disabled by default.
Expand Down

0 comments on commit fc9de56

Please sign in to comment.