Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jaeger ¶
type Jwt ¶
type Logging ¶
type Logging struct { Name string `toml:"name" yaml:"name" mapstructure:"name" env:"LOGGING_NAME"` Driver string `toml:"driver" yaml:"driver" mapstructure:"driver" env:"LOGGING_DRIVER"` FileName string `toml:"file_name" yaml:"file_name" mapstructure:"file_name" env:"LOGGING_FILE_NAME"` Level string `toml:"level" yaml:"level" mapstructure:"level" env:"LOGGING_LEVEL"` FileSizeMB int `toml:"file_size_mb" yaml:"file_size_mb" mapstructure:"file_size_mb" env:"LOGGING_FILE_SIZE_MB"` MaxAge int `toml:"max_age" yaml:"max_age" mapstructure:"max_age" env:"LOGGING_MAX_AGE"` MaxBackups int `toml:"max_back_ups" yaml:"max_back_ups" mapstructure:"max_back_ups" env:"LOGGING_MAX_BACK_UPS"` Compress bool `toml:"compress" yaml:"compress" mapstructure:"compress" env:"LOGGING_COMPRESS"` }
func NewDefaultLogging ¶
func NewDefaultLogging() *Logging
Click to show internal directories.
Click to hide internal directories.