Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CONSOLE_DEBUG_LOGLEVEL (0.15 sec)

  1. cmd/common-main.go

    	}
    	if value := env.Get(config.EnvBrowserRedirectURL, ""); value != "" {
    		os.Setenv("CONSOLE_BROWSER_REDIRECT_URL", value)
    	}
    	if value := env.Get(config.EnvConsoleDebugLogLevel, ""); value != "" {
    		os.Setenv("CONSOLE_DEBUG_LOGLEVEL", value)
    	}
    	// pass the console subpath configuration
    	if globalBrowserRedirectURL != nil {
    		subPath := path.Clean(pathJoin(strings.TrimSpace(globalBrowserRedirectURL.Path), SlashSeparator))
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Sep 24 21:50:11 UTC 2024
    - 31.7K bytes
    - Viewed (0)
Back to top