You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releaseNotes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,6 @@ This file describes the main feature changes for each InfoLogger released versio
102
102
- minor cosmetics for auto-mute feature.
103
103
104
104
## v2.2.0 - 06/10/2021
105
-
- Added option for o2-infologger-log to collect logs from a named pipe (multiple clients possible). Pipe can be created (e.g. `mkfifo /tmp/log-pipe`) and listened to continuously. e.g. `o2-infologger-log -f /tmp/log-pipe -c -l`.
105
+
- Added option for o2-infologger-log to collect logs from a named pipe (multiple clients possible). Pipe can be created and listened to continuously. e.g. `o2-infologger-log -f /tmp/log-pipe -c -l`.
106
106
- API:
107
107
- Added InfoLoggerContext light copy constructor, with fields overwrite. See example use in <../test/testInfoLogger.cxx>.
0 commit comments