Skip to content

Commit e692224

Browse files
committed
fixed main() calling log.Init() twice
1 parent 2604958 commit e692224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func main() {
3838

3939
blockedEndpointJSON := os.Getenv("BLOCKED_ENDPOINTS")
4040

41-
log.Init("Loaded Environment Variables")
41+
log.Info("Loaded Environment Variables")
4242

4343
if blockedEndpointJSON != "" {
4444
var blockedEndpoints []string

0 commit comments

Comments
 (0)