Skip to content

Commit 7d031d9

Browse files
committed
added o2-infologger-bridge
1 parent a7a4c18 commit 7d031d9

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,8 @@ install(PROGRAMS src/infoLoggerTester.tcl DESTINATION ${CMAKE_INSTALL_BINDIR} RE
448448
install(PROGRAMS newMysql.sh DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME o2-infologger-newdb)
449449
install(PROGRAMS src/o2-infologger-alert DESTINATION ${CMAKE_INSTALL_BINDIR})
450450
install(PROGRAMS src/o2-infologger-httpd DESTINATION ${CMAKE_INSTALL_BINDIR})
451-
install(PROGRAMS src/o2-infologger-status DESTINATION ${CMAKE_INSTALL_BINDIR})
451+
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)