You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info("i=\"%s\" Recording name=\"%s\" info for type=%s in app context app=%s with owner=%s"% (self.stanzaName, info["name"], type, app, info["owner"]))
370
370
371
371
logger.debug("Updated time is updated=%s"% (updated))
logger.info("i=\"%s\" name=\"%s\" of type=%s in app context app=%s with owner=%s was updated at %s updated=true"% (self.stanzaName, info["name"], type, app, info["owner"], updated))
376
376
logger.debug("i=\"%s\" name=\"%s\" of type=%s in app context app=%s with owner=%s was updated at %s or epoch of %s compared to lastRunEpoch of %s"% (self.stanzaName, info["name"], type, app, info["owner"], updated, epochUpdatedTime, self.lastRunEpoch))
logger.info("i=\"%s\" name=\"%s\" of type=macro in app context app=%s with owner=%s was updated at %s updated=true"% (self.stanzaName, macroInfo["name"], app, owner, updated))
536
536
logger.debug("i=\"%s\" name=\"%s\" of type=macro in app context app=%s with owner=%s was updated at %s or epoch of %s compared to lastRunEpoch of %s"% (self.stanzaName, macroInfo["name"], app, owner, updated, epochUpdatedTime, self.lastRunEpoch))
537
537
logger.info("i=\"%s\" Recording macro info for name=\"%s\" in app=%s with owner=%s sharing=%s"% (self.stanzaName, macroInfo["name"], app, macroInfo["owner"], macroInfo["sharing"]))
0 commit comments