NERSC / podman-hpc

Other
38 stars 10 forks source link

`--log-level error` not honored when pulling #76

Closed wholtz closed 1 year ago

wholtz commented 1 year ago
wjholtz@login30:~$ podman-hpc --log-level error pull -q \
>   'docker.io/doejgi/jamo-usa:latest' > /dev/null
WARN[0000] "/" is not a shared mount, this could cause issues or missing mounts with rootless containers 

I am trying to hide this WARN message from users of a script. I expected that --log-level error would result in the repression of this warning.

lastephey commented 1 year ago

Should be addressed by https://github.com/NERSC/podman-hpc/pull/82