Skip to content

Commit 5b29a38

Browse files
committed
chore: Enable trace console logging in Tiltfile
1 parent f6088b7 commit 5b29a38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tiltfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ k8s_yaml(helm(
2828
namespace="stackable-operators",
2929
set=[
3030
'image.repository=' + registry + '/' + operator_name,
31+
'telemetry.consoleLog.level=trace,h2=off',
3132
],
3233
))

0 commit comments

Comments
 (0)