File destination flush signal#17
Conversation
|
No news file has been detected. Please write one, if applicable. |
69d0df2 to
ca67f18
Compare
9ed269a to
1f3568f
Compare
|
Our commit message template is the following: Marking bug/fix/chore is a good practice, but we start with the module's name instead. |
fec0a5a to
d8f24cd
Compare
|
Hi, @MrAnno, I'm unable to see these conflicts locally don't know why these are there. |
|
I can't review this. Please fix the git history. |
d8f24cd to
55caac8
Compare
MrAnno
left a comment
There was a problem hiding this comment.
I've also clicked "unresolve" on 3 of my previous notes. Those notes try to explain why this does not work.
Also, I can't compile the current version of this branch, file-signals.h is missing from this patchset, it is probably a rebase issue.
Yeah because it didn't got commited used git add -u |
5f73c4f to
dcfa2d3
Compare
887c2aa to
17b7c82
Compare
This commit adds signal to the file destination involving passing AFFileDestDriver's instance signal slot connector to the LogProtoFileWriter Signed-off-by: Shikhar Vashistha <[email protected]>
This commit introduces new option to set interval for log rotation Signed-off-by: Shikhar Vashistha <[email protected]>
This commit introduces the controller function for updating/set log rotation interval & Adds support code for connecting AFFileDestDriver plugin's signal_slot_connector to our plugin Signed-off-by: Shikhar Vashistha <[email protected]>
…in test for set_interval This commit updates the location of plugin's request payload and the SIGNAL which is required to be emitted Signed-off-by: Shikhar Vashistha <[email protected]>
17b7c82 to
a102b1c
Compare
a102b1c to
6d5bb67
Compare
MrAnno
left a comment
There was a problem hiding this comment.
The proto constructor signature change hasn't been followed in our unit tests, please fix them there as well.
9983d33 to
f4dab3f
Compare
|
There is one remaining CMake build issue in the CI: You can fix this by adding the following to --- a/modules/file-rotation/CMakeLists.txt
+++ b/modules/file-rotation/CMakeLists.txt
@@ -15,6 +15,7 @@ add_module(
TARGET file_rotation
GRAMMAR file-rotation-grammar
SOURCES ${FILE_ROTATION_SOURCES}
+ INCLUDES ${PROJECT_SOURCE_DIR}
) |
e975796 to
5803475
Compare
Yeah I've added it to CMakeLists.txt |
5803475 to
0ced24a
Compare
This commit assigns the AFFileDestDriver signal_slot_connector to the logproto's file writer struct Signed-off-by: Shikhar Vashistha <[email protected]>
0ced24a to
8f37eaa
Compare
This pull introduces file rotation mechanism to syslog-ng