Log
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
type Graylog struct {
Host string `mapstructure:"GRAYLOG_HOST" yaml:"host" env:"GRAYLOG_HOST" env-default:"localhost"`
Port string `mapstructure:"GRAYLOG_PORT" yaml:"port" env:"GRAYLOG_PORT" env-default:"12201"`
}
type FileLog struct {
Path string `mapstructure:"LOG_PATH" yaml:"path" env-default:"storage/logs"`