Skip to content

Commit 4ad5277

Browse files
committed
new infoBrowser doc
Former-commit-id: 290fac3
1 parent 07dd3ab commit 4ad5277

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ formatting or c++ stream syntax.
1515
all messages on the local node. They are then transported to a central server.
1616
* infoLoggerServer: a daemon collecting centrally the messages sent by
1717
remote 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
1919
them from the database. Messages can be filtered based on their tags.
2020
* infoLoggerAdminDB: a command line tool to create, archive, clean or destroy
2121
the 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

Comments
 (0)