Skip to content

Commit 548cc01

Browse files
committed
Fixed #27260 Handle new type and status in libpod/events/logfile.go
Signed-off-by: ByoungUk Lee <[email protected]>
1 parent 32a33f3 commit 548cc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libpod/events/logfile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ func (e EventLogFile) Read(ctx context.Context, options ReadOptions) error {
174174
continue
175175
}
176176
switch event.Type {
177-
case Image, Volume, Pod, Container, Network, Secret:
177+
case Image, Volume, Pod, Container, Network, Secret, Artifact:
178178
// no-op
179179
case System:
180180
begin, end, err := e.readRotateEvent(event)

0 commit comments

Comments
 (0)