MCPcopy Index your code
hub / github.com/screego/server / logDeprecated

Function logDeprecated

config/config.go:244–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242}
243
244func logDeprecated() []FutureLog {
245 if os.Getenv("SCREEGO_TURN_STRICT_AUTH") != "" {
246 return []FutureLog{{Level: zerolog.WarnLevel, Msg: "The setting SCREEGO_TURN_STRICT_AUTH has been removed."}}
247 }
248 return nil
249}
250
251func getExecutableOrWorkDir() (string, *FutureLog) {
252 dir, err := getExecutableDir()

Callers 1

GetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected