mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
fix log
This commit is contained in:
@@ -460,7 +460,7 @@ func main() {
|
||||
}
|
||||
|
||||
if strings.ToLower(os.Getenv("ENABLE_BASIC_AUTH")) == "false" {
|
||||
log.Infof("Basic authentication disabled.")
|
||||
log.Infof("Basic authentication enabled.")
|
||||
flags.probe.basicAuth = false
|
||||
flags.app.basicAuth = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user