Story: 2003389
Task: 26333
It should be syslog-ng itself issue.
The error message from log is:
"
# FAIL: ASSERTION FAILED: FAIL: compilation error doesn't match,
error=Cannot parse integer value “invalid_length_specification” for --length,
expected_error=Cannot parse integer value 'invalid_length_specification' for --length
; actual=FALSE, expected=TRUE
"
The only difference between error and expected_error is the double quote and single quote.
Change-Id: I9935c2a3cfcd20619a6c1a4071fb4f1b3b22fa1a
Signed-off-by: slin14 <shuicheng.lin@intel.com>
The logmgmt daemon is using a "logrotate -d" query to determine
the list of monitored files. If that query fails, logmgmt should
not purge unmonitored files, as it may be deleting files that
should be protected.
Change-Id: I8a0b092fdbe8fccb8cf493dc631c22e1d7156269
Signed-off-by: Don Penney <don.penney@windriver.com>
Signed-off-by: Scott Little <scott.little@windriver.com>