Enable Darwin OSLog log-fetch-limit()#5547
Merged
HofiOne merged 8 commits intosyslog-ng:developfrom Oct 27, 2025
Merged
Conversation
HofiOne
added a commit
to HofiOne/syslog-ng.github.io
that referenced
this pull request
Oct 23, 2025
Signed-off-by: Hofi <[email protected]>
HofiOne
added a commit
to HofiOne/syslog-ng.github.io
that referenced
this pull request
Oct 23, 2025
Signed-off-by: Hofi <[email protected]>
HofiOne
added a commit
to HofiOne/syslog-ng.github.io
that referenced
this pull request
Oct 23, 2025
Signed-off-by: Hofi <[email protected]>
94a09d1 to
8690646
Compare
Contributor
|
Build FAILURE |
8690646 to
0f0df5e
Compare
Contributor
This Pull Request introduces config grammar changessyslog-ng/de7a817e36c66d2b8f2d720e0ea2c06045e03251 -> HofiOne/oslog-batch-close Details--- a/source
+++ b/source
darwinosl(
fetch-delay(
- <positive-integer>
+ <nonnegative-integer>
)
+ log-fetch-delay(<nonnegative-integer>)
+ log-fetch-limit(<nonnegative-integer>)
+ log-fetch-retry-delay(<nonnegative-integer>)
)
|
0f0df5e to
9dc1e31
Compare
…t requested Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
…tch if fetch_limit is set Signed-off-by: Hofi <[email protected]>
…exit_until instead of self-scheduled usleeps, and the already presented main_loop_worker_job_quit() instead of separate maintained exit requested flag Signed-off-by: Hofi <[email protected]>
…th `log_` prefix, treat the old ones deprecated Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
Signed-off-by: Hofi <[email protected]>
9dc1e31 to
01ebba3
Compare
kovgeri01
approved these changes
Oct 27, 2025
Contributor
|
Build FAILURE |
HofiOne
added a commit
to HofiOne/syslog-ng
that referenced
this pull request
Oct 28, 2025
Signed-off-by: Hofi <[email protected]>
HofiOne
added a commit
to HofiOne/syslog-ng
that referenced
this pull request
Oct 29, 2025
Signed-off-by: Hofi <[email protected]>
HofiOne
added a commit
to HofiOne/syslog-ng
that referenced
this pull request
Oct 29, 2025
Signed-off-by: Hofi <[email protected]>
HofiOne
added a commit
to HofiOne/syslog-ng
that referenced
this pull request
Oct 29, 2025
Signed-off-by: Hofi <[email protected]>
HofiOne
added a commit
to HofiOne/syslog-ng
that referenced
this pull request
Oct 29, 2025
Signed-off-by: Hofi <[email protected]>
HofiOne
added a commit
to HofiOne/syslog-ng
that referenced
this pull request
Oct 29, 2025
Signed-off-by: Hofi <[email protected]>
HofiOne
added a commit
to HofiOne/syslog-ng
that referenced
this pull request
Oct 29, 2025
Signed-off-by: Hofi <[email protected]>
HofiOne
added a commit
to HofiOne/syslog-ng
that referenced
this pull request
Oct 29, 2025
Signed-off-by: Hofi <[email protected]>
HofiOne
added a commit
to HofiOne/syslog-ng
that referenced
this pull request
Oct 29, 2025
Signed-off-by: Hofi <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
log-fetch-limit()option that allows batched message forwarding in the log pathfetch-delay()andfetch-retry-delay()now both gotlog-prefix, old keywords are kept but marked as deprecatedmain_loop_worker_wait_for_exit_until()instead of self-scheduled usleeps, and the already presentedmain_loop_worker_job_quit()instead of a separately maintained exit requested flagDepends on: #5546
Doc: syslog-ng/syslog-ng.github.io#255