tikk3r / flocs

Containers recipes for software stacks used in LOFAR data reduction.
https://tikk3r.github.io/flocs/
GNU General Public License v3.0
6 stars 6 forks source link

How to set up log4cplus appenders for the Singularity container? #9

Closed HannoSpreeuw closed 6 years ago

HannoSpreeuw commented 6 years ago

I issued singularity exec -B /path/to/data/ ubuntu_kern.simg genericpipeline.py -d -c pipeline.cfg Pre-Facet-Calibrator.parset and ran into

log4cplus:ERROR No appenders could be found for logger (LCS.Common.EXCEPTION). log4cplus:ERROR Please initialize the log4cplus system properly.

It is unclear to me how to setup the log4cplus appenders. module load log4cplus does not suffice.

tikk3r commented 6 years ago

I have seen this "error" for as long as I have been using the software. I don't even compile it with log4cplus anymore and just turn it off. It can be safely ignored.

HannoSpreeuw commented 6 years ago

Thanks