mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
fix: OpenID URL changed in console, adapt to new URL
This commit is contained in:
@@ -596,6 +596,14 @@ func serverMain(ctx *cli.Context) {
|
||||
}()
|
||||
}
|
||||
|
||||
if serverDebugLog {
|
||||
logger.Info("== DEBUG Mode enabled ==")
|
||||
logger.Info("Currently set environment settings:")
|
||||
for _, v := range os.Environ() {
|
||||
logger.Info(v)
|
||||
}
|
||||
logger.Info("======")
|
||||
}
|
||||
<-globalOSSignalCh
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user