Project

General

Profile

« Previous | Next » 

Revision 4416

Added by daigle about 16 years ago

Display the deb.runConfiguration property in debug

View differences:

src/edu/ucsb/nceas/metacat/service/PropertyService.java
527 527
			// check how dev.runConfiguration is set in metacat.properties
528 528
			String strRunConfiguration = PropertyService.getProperty("dev.runConfiguration");
529 529
			bypass = !(Boolean.parseBoolean(strRunConfiguration));
530
			logMetacat.debug("bypassConfiguration: dev.runConfiguration property set to: " + bypass);
530
			logMetacat.debug("bypassConfiguration: dev.runConfiguration property set to: " + strRunConfiguration);
531 531
			
532 532
			// if the dev.runConfiguration is true, return false here.
533 533
			if (!bypass) {

Also available in: Unified diff