Comment 4 for bug 1812360

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

So what is the use case? Really having 2 consoles so that one can log like
<console type='pty'>
<target type='sclp' port='0'/>
</console>
<console type='pty'>
<log file='/var/log/libvirt/qemu/{name}-serial0.log' append='off'/>
<target type='sclplm' port='1'/>
</console>

Or just logging the primary console like

<console type='pty'>
<log file='/var/log/libvirt/qemu/{name}-serial0.log' append='off'/>
<target type='sclp' port='0'/>
</console>