10 Assumes that we're always just using the lsst.log default. 12 return lsstLog.Log, tuple()
15 copyreg.pickle(lsstLog.Log, pickleLog)
19 """Add a job-specific log destination""" 20 if job
is None or job ==
"None":
24 os.environ[
'JOBNAME'] = job
25 lsstLog.configure(os.path.join(packageDir,
"config/log4cxx.properties"))
26 lsstLog.MDC(
"PID", os.getpid())
std::string getPackageDir(std::string const &packageName)
return the root directory of a setup package