Skip to content

Commit 83df3d2

Browse files
committed
Enforce NoLogsNoSupport
1 parent f66ddf4 commit 83df3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

envknob/envknob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ var crashOnUnexpected = RegisterOptBool("TS_DEBUG_CRASH_ON_UNEXPECTED")
455455
// NoLogsNoSupport reports whether the client's opted out of log uploads and
456456
// technical support.
457457
func NoLogsNoSupport() bool {
458-
return Bool("TS_NO_LOGS_NO_SUPPORT")
458+
return true
459459
}
460460

461461
var allowRemoteUpdate = RegisterBool("TS_ALLOW_ADMIN_CONSOLE_REMOTE_UPDATE")

0 commit comments

Comments
 (0)