Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for MINIO_LOG_COMPRESS (0.06 seconds)

  1. cmd/server-main.go

    		EnvVar: "MINIO_LOG_SIZE",
    		Hidden: true,
    	},
    	cli.BoolFlag{
    		Name:   "log-compress",
    		Usage:  "specify if we want the rotated logs to be gzip compressed or not",
    		EnvVar: "MINIO_LOG_COMPRESS",
    		Hidden: true,
    	},
    	cli.StringFlag{
    		Name:   "log-prefix",
    		Usage:  "specify the log prefix name for the server log",
    		EnvVar: "MINIO_LOG_PREFIX",
    		Hidden: true,
    	},
    }
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue May 27 15:18:36 GMT 2025
    - 35.9K bytes
    - Click Count (4)
Back to Top