open-iscsi / tcmu-runner

A daemon that handles the userspace side of the LIO TCM-User backstore.
Apache License 2.0
189 stars 149 forks source link

add possibility to log to stdout #658

Open sebastian-philipp opened 3 years ago

sebastian-philipp commented 3 years ago

Hi,

In case you're starting tcmu-runner containerized, having a possibility to log to stdout would be great. The idea is to let the container runtime deal with the logging, like directly forwarding it to journald.

This is the downstream issue: https://tracker.ceph.com/issues/47480

lxbsz commented 3 years ago

The tcmu-runner has already logged some logs to the syslog.

sebastian-philipp commented 3 years ago

This certainly reduces the priority of this issue here :slightly_smiling_face: . But I think this is still valid. Having an additional log containing some other logs is irritating for users.

sebastian-philipp commented 3 years ago

workaround: https://github.com/ceph/ceph/pull/43319