• D
    Remove global log buffer feature entirely · c0c8c1d7
    Daniel P. Berrange 提交于
    A earlier commit changed the global log buffer so that it only
    records messages that are explicitly requested via the log
    filters setting. This removes the performance burden, and
    improves the signal/noise ratio for messages in the global
    buffer. At the same time though, it is somewhat pointless, since
    all the recorded log messages are already going to be sent to an
    explicit log output like syslog, stderr or the journal. The
    global log buffer is thus just duplicating this data on stderr
    upon crash.
    
    The log_buffer_size config parameter is left in the augeas
    lens to prevent breakage for users on upgrade. It is however
    completely ignored hereafter.
    Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
    c0c8c1d7
lock_daemon.c 41.9 KB