Skip to content

Commit 39c4f3b

Browse files
authored
Merge pull request #103 from sy-c/master
v2.10.1
2 parents a64cfa8 + 87fe34d commit 39c4f3b

3 files changed

Lines changed: 580 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,7 @@ install(PROGRAMS newMysql.sh DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME o2-infol
449449
install(PROGRAMS src/o2-infologger-alert DESTINATION ${CMAKE_INSTALL_BINDIR})
450450
install(PROGRAMS src/o2-infologger-httpd DESTINATION ${CMAKE_INSTALL_BINDIR})
451451
install(PROGRAMS src/o2-infologger-stats DESTINATION ${CMAKE_INSTALL_BINDIR})
452+
install(PROGRAMS src/o2-infologger-bridge DESTINATION ${CMAKE_INSTALL_BINDIR})
452453

453454
# service files
454455
set(SERVICE_SRCS infoLoggerD.service infoLoggerServer.service)

doc/releaseNotes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,7 @@ This file describes the main feature changes for each InfoLogger released versio
185185

186186
# v2.10.0 - 26/1/2026
187187
- o2-infologger-httpd: inject log messages from HTTP request
188-
- o2-infologger-status: creates periodically a HTML report of recent messages received by infoLoggerServer
188+
- o2-infologger-stats: creates periodically a HTML report of recent messages received by infoLoggerServer
189+
190+
# v2.10.1 - 5/3/2026
191+
- o2-infologger-bridge: script to push online messages from o2-infologger-server to a local stream socket, with a syslog message formatting + JSON.

0 commit comments

Comments
 (0)