How to access logs for a vFunction Podman Server if 'podman logs' returns no Console Output
By default, Podman may not be able to write logs to the Container Output. In this scenario, attempting to gather any logging from the podman logs
command will result in no console output.
To correct this behavior, add the user running the Podman Containers to the systemd-journal group as a sudo user or as the root user:
### Find-and-replace userRunningPodmanContainers with the actual User
sudo usermod -a --G systemd-journal userRunningPodmanContainers