Skip to content

Commit e7c5837

Browse files
committed
feat(log): rename env var for config field
1 parent a771fd6 commit e7c5837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ type AuthConfig struct {
144144
type EventLogType struct {
145145
Enabled bool `json:"enabled" env:"SEMAPHORE_EVENT_LOG_ENABLED"`
146146
Path string `json:"path,omitempty" env:"SEMAPHORE_EVENT_LOG_PATH"`
147-
TaskLogPath string `json:"task_log_path,omitempty" env:"SEMAPHORE_EVENT_TASK_LOG_PATH"`
147+
TaskLogPath string `json:"task_log_path,omitempty" env:"SEMAPHORE_TASK_EVENT_LOG_PATH"`
148148
}
149149

150150
type ConfigLog struct {

0 commit comments

Comments
 (0)