Skip to content
Snippets Groups Projects
Commit b23d7ab7 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Task #4624: Added key _DPname to default.parset; needed for tProductionParset....

Task #4624: Added key _DPname to default.parset; needed for tProductionParset. Disabled the MACCLP socket appender, because it triggers random segmentation faults in rtcp.
parent b2bfa905
No related branches found
No related tags found
No related merge requests found
......@@ -187,3 +187,6 @@ Observation.DataProducts.Output_Beamformed.locations=[localhost:.] # host:direct
# Number of channels used for the coherent dedispersion kernel
Cobalt.Beamformer.dedispersionFFTsize=2048
# Dummy identification name for MAC Log Processor
_DPname=LOFAR_ObsSW_TempObs0000
# Configure the loggers
log4cplus.rootLogger=INFO, STDOUT, MACCLP
# TODO: rtcp currently crashes randomly with a segmentation fault when
# logging to the MACCLP socket appender.
#log4cplus.rootLogger=INFO, STDOUT, MACCLP
log4cplus.rootLogger=INFO, STDOUT
log4cplus.logger.TRC=INFO
# prevent debug messages: accept >=WARN only, and don't forward messages to the rootLogger
......
# Configure the loggers
log4cplus.rootLogger=INFO, STDOUT, MACCLP
# TODO: outputProc currently crashes randomly with a segmentation fault when
# logging to the MACCLP socket appender.
#log4cplus.rootLogger=INFO, STDOUT, MACCLP
log4cplus.rootLogger=INFO, STDOUT
log4cplus.logger.TRC=INFO
# prevent debug messages: accept >=WARN only, and don't forward messages to the rootLogger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment