Closed iammattcoleman closed 4 years ago
Any commands that use epy_write are currently writing to sys.stdout, so their output hits the systemd journal when daemonized. This commit ensures that the correct "stdout" is used, which ensures that the output is sent over the socket to targetcli.
epy_write
targetcli
Any commands that use
epy_write
are currently writing to sys.stdout, so their output hits the systemd journal when daemonized. This commit ensures that the correct "stdout" is used, which ensures that the output is sent over the socket totargetcli
.