v0.5: removed system service env, log output format fix

This commit is contained in:
default
2024-08-13 06:00:22 +08:00
parent 85fb637551
commit 23e7d06081
4 changed files with 10 additions and 18 deletions

View File

@@ -7,7 +7,6 @@ import (
"github.com/sirupsen/logrus"
)
var IsRunningAsService = getEnvBool("GOPROXY_IS_SYSTEMD")
var NoSchemaValidation = getEnvBool("GOPROXY_NO_SCHEMA_VALIDATION")
var IsDebug = getEnvBool("GOPROXY_DEBUG")