Skip to content

Commit

Permalink
dump config in integ test
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed May 17, 2024
1 parent bfd0c33 commit 1f3c838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/hsic/hsic.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ func New(
"HEADSCALE_DEBUG_DEADLOCK=1",
"HEADSCALE_DEBUG_DEADLOCK_TIMEOUT=5s",
"HEADSCALE_DEBUG_HIGH_CARDINALITY_METRICS=1",
"HEADSCALE_DEBUG_DUMP_CONFIG=1",
}
for key, value := range hsic.env {
env = append(env, fmt.Sprintf("%s=%s", key, value))
Expand Down

0 comments on commit 1f3c838

Please sign in to comment.