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/configurationParameters.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,6 @@ The parameters related to 3rd-party libraries are described here for convenience
170
170
| readout | fairmqConsoleSeverity | int | -1 | Select amount of FMQ messages with fair::Logger::SetConsoleSeverity(). Value as defined in Severity enum defined from FairLogger/Logger.h. Use -1 to leave current setting. |
171
171
| readout | flushConsumerTimeout | double | 1 | Time in seconds to wait before stopping the consumers (ie wait allocated pages released). 0 means stop immediately. |
172
172
| readout | flushEquipmentTimeout | double | 1 | Time in seconds to wait for data once the equipments are stopped. 0 means stop immediately. |
173
-
| readout | logbookApiToken | string || The token to be used for the logbook API. |
174
173
| readout | logbookEnabled | int | 0 | When set, the logbook is enabled and populated with readout stats at runtime. |
175
174
| readout | logbookUpdateInterval | int | 30 | Amount of time (in seconds) between logbook publish updates. |
176
175
| readout | logbookUrl | string || The address to be used for the logbook API. |
Copy file name to clipboardExpand all lines: src/readoutConfigEditor.tcl
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,6 @@ set configurationParametersDescriptor {
146
146
| readout | fairmqConsoleSeverity | int | -1 | Select amount of FMQ messages with fair::Logger::SetConsoleSeverity(). Value as defined in Severity enum defined from FairLogger/Logger.h. Use -1 to leave current setting. |
147
147
| readout | flushConsumerTimeout | double | 1 | Time in seconds to wait before stopping the consumers (ie wait allocated pages released). 0 means stop immediately. |
148
148
| readout | flushEquipmentTimeout | double | 1 | Time in seconds to wait for data once the equipments are stopped. 0 means stop immediately. |
149
-
| readout | logbookApiToken | string | | The token to be used for the logbook API. |
150
149
| readout | logbookEnabled | int | 0 | When set, the logbook is enabled and populated with readout stats at runtime. |
151
150
| readout | logbookUpdateInterval | int | 30 | Amount of time (in seconds) between logbook publish updates. |
152
151
| readout | logbookUrl | string | | The address to be used for the logbook API. |
0 commit comments