Skip to content

Commit

Permalink
Add the names flag for pod logs
Browse files Browse the repository at this point in the history
Fixes containers#13261

Signed-off-by: Xueyuan Chen <X.Chen-47@student.tudelft.nl>
Signed-off-by: Krzysztof Baran <krysbaran@gmail.com>
  • Loading branch information
keonchennl authored and kbaran1998 committed Mar 24, 2022
1 parent ed90fb0 commit 73b8424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libpod/container_log_linux.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//+build linux
//+build systemd
//go:build linux && systemd
// +build linux,systemd

package libpod

Expand Down

0 comments on commit 73b8424

Please sign in to comment.