String logDirName = (String)context.getConfiguration().getEntry(CONFIG_COMPONENT,
"logDirectory",
String.class,
null);
if(logDirName != null) {
stateManager = new StateManager(logDirName, opStringMangerController);
logger.info("ProvisionMonitor: using absolute logdir path [{}]", store.getStoreLocation());
store.snapshot();
super.initialize(context, store);
} else {
super.initialize(context);