We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66ddf4 commit 83df3d2Copy full SHA for 83df3d2
envknob/envknob.go
@@ -455,7 +455,7 @@ var crashOnUnexpected = RegisterOptBool("TS_DEBUG_CRASH_ON_UNEXPECTED")
455
// NoLogsNoSupport reports whether the client's opted out of log uploads and
456
// technical support.
457
func NoLogsNoSupport() bool {
458
- return Bool("TS_NO_LOGS_NO_SUPPORT")
+ return true
459
}
460
461
var allowRemoteUpdate = RegisterBool("TS_ALLOW_ADMIN_CONSOLE_REMOTE_UPDATE")
0 commit comments