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 2604958 commit e692224Copy full SHA for e692224
main.go
@@ -38,7 +38,7 @@ func main() {
38
39
blockedEndpointJSON := os.Getenv("BLOCKED_ENDPOINTS")
40
41
- log.Init("Loaded Environment Variables")
+ log.Info("Loaded Environment Variables")
42
43
if blockedEndpointJSON != "" {
44
var blockedEndpoints []string
0 commit comments