[Bigjob-users] prints in module code

Ole Weidner oweidner at cct.lsu.edu
Wed Dec 14 13:15:58 CST 2011


Hi,

it seems that there some print statements in the BigJob module code. E.g.,

Adaptor specific modifications: fork
Working directory: /Users/oweidner/Projects/agent
use standard proxy
Submit pilot job to: fork://localhost/
Pilot Job/BigJob URL: bigjob:b8a1e6a2-2686-11e1-b776-0019e3f8ce4e:localhost State: Running

Can the logging facility be used instead, so it can be filtered and / or suppressed? A nicer default logging output format would be great, too, e.g., 

logging.basicConfig(level=loglevel, datefmt='%m/%d/%Y %I:%M:%S %p',
                    format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
logger = logging.getLogger(name='bigjob')

I'm using BigJob-0.3.31 via PyPi. 

Cheers,
Ole



More information about the Bigjob-users mailing list