Skip to content

Commit

Permalink
Replace Time logger field with ExecutionStoppedAt
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpalf committed Dec 9, 2024
1 parent b6f145f commit 6a7ba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs-agent/logger/field/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const (
Event = "event"
Image = "image"
Volume = "volume"
Time = "time"
NetworkMode = "networkMode"
Cluster = "cluster"
ServiceName = "ServiceName"
Expand Down Expand Up @@ -72,4 +71,5 @@ const (
CommandString = "commandString"
CommandOutput = "commandOutput"
RegistryID = "registryID"
ExecutionStoppedAt = "executionStoppedAt"
)

0 comments on commit 6a7ba60

Please sign in to comment.