Skip to content

Commit

Permalink
fix(podman): podman logs do not go logger_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ihexon committed Sep 20, 2024
1 parent 669d4f0 commit 24bb089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layers/amd64_wsl2/etc/init.d/podman
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description="Listening service that answers API calls for Podman"
command=/usr/bin/podman
command_args="--log-level=trace system service ${podman_opts:=--time 0} $podman_uri"
command_user="${podman_user:=root}"
output_logger="/opt/logger_wrapper.sh stdout"
error_logger="/opt/logger_wrapper.sh stdout"

extra_commands="start_containers"
description_start_containers="Start containers with restart policy set to always"
Expand Down

0 comments on commit 24bb089

Please sign in to comment.