Problem Logging

Hello to everyone,

I have a problem that i cannot overcome and i cannot find any documentation on it:

  • in some snaps like: simple-openvpn-client-gui i am able to see the full log.

  • in this snap that i need to see the full log i am able to get just the Systemd log Why? How can i effectively see the full log?

image

I figured out myslef:

  • I am starting a wrapper that strarts a python script
  • The python script logs are visible if i use /usr/bin/sh
  • The pyhthon script logs are not visible in case of usr/bin/bash. Or better not anytime.

Starting like “python3 -u myapp.py” solves the issue