We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a771fd6 commit e7c5837Copy full SHA for e7c5837
util/config.go
@@ -144,7 +144,7 @@ type AuthConfig struct {
144
type EventLogType struct {
145
Enabled bool `json:"enabled" env:"SEMAPHORE_EVENT_LOG_ENABLED"`
146
Path string `json:"path,omitempty" env:"SEMAPHORE_EVENT_LOG_PATH"`
147
- TaskLogPath string `json:"task_log_path,omitempty" env:"SEMAPHORE_EVENT_TASK_LOG_PATH"`
+ TaskLogPath string `json:"task_log_path,omitempty" env:"SEMAPHORE_TASK_EVENT_LOG_PATH"`
148
}
149
150
type ConfigLog struct {
0 commit comments