Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ install(PROGRAMS newMysql.sh DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME o2-infol
install(PROGRAMS src/o2-infologger-alert DESTINATION ${CMAKE_INSTALL_BINDIR})
install(PROGRAMS src/o2-infologger-httpd DESTINATION ${CMAKE_INSTALL_BINDIR})
install(PROGRAMS src/o2-infologger-stats DESTINATION ${CMAKE_INSTALL_BINDIR})
install(PROGRAMS src/o2-infologger-bridge DESTINATION ${CMAKE_INSTALL_BINDIR})

# service files
set(SERVICE_SRCS infoLoggerD.service infoLoggerServer.service)
Expand Down
5 changes: 4 additions & 1 deletion doc/releaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,7 @@ This file describes the main feature changes for each InfoLogger released versio

# v2.10.0 - 26/1/2026
- o2-infologger-httpd: inject log messages from HTTP request
- o2-infologger-status: creates periodically a HTML report of recent messages received by infoLoggerServer
- o2-infologger-stats: creates periodically a HTML report of recent messages received by infoLoggerServer

# v2.10.1 - 5/3/2026
- o2-infologger-bridge: script to push online messages from o2-infologger-server to a local stream socket, with a syslog message formatting + JSON.
Loading