@@ -15,7 +15,7 @@ formatting or c++ stream syntax.
1515all messages on the local node. They are then transported to a central server.
1616* infoLoggerServer: a daemon collecting centrally the messages sent by
1717remote infoLoggerD processes. Messages are stored in a MySQL database. It also serves the infoBrowser online clients.
18- * infoBrowser: a GUI to display online log messages as they arrive on the central server, or to query
18+ * [ infoBrowser] ( infoBrowser.md ) : a GUI to display online log messages as they arrive on the central server, or to query
1919them from the database. Messages can be filtered based on their tags.
2020* infoLoggerAdminDB: a command line tool to create, archive, clean or destroy
2121the logging database content.
@@ -116,8 +116,7 @@ collected centrally.
116116 `/opt/o2-InfoLogger/bin/infoBrowser &`
117117 * When launched, it goes in "online" mode, i.e. it connects to the infoLoggerServer and displays messages in real time.
118118 * To browse previously stored messages, click the green "online" button (to exit online mode), fill-in selection filters, and push "query".
119- * Detailed usage of infoBrowser can be found in the historical [ALICE DAQ documentation](https://alice-daq.web.cern.ch/operations/infobrowser).
120- The interface has not changed.
119+ * Detailed usage of infoBrowser can be found in the [separate document](infoBrowser.md).
121120
122121* Log a test message from command line:
123122 `/opt/o2-InfoLogger/bin/log test`
0 commit comments