215a8a9 qemu: command: Truncate the chardev logging file even if append is not present

Authored and Committed by Peter Krempa 7 years ago
    qemu: command: Truncate the chardev logging file even if append is not present
    
    Our documentation states that the chardev logging file is truncated
    unless append='on' is specified. QEMU also behaves the same way and
    truncates the file unless we provide the argument. The new virlogd
    implementation did not honor if the argument was missing and continued
    to append to the file.
    
    Truncate the file even when the 'append' attribute is not present to
    behave the same with both implementations and adhere to the docs.
    
    Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1420205
    
        
file modified
+2 -1