Lines Matching refs:logger
25 logger = scriptutils.logger_create('sdktool') variable
35 logger.debug("In publish function")
38 logger.debug("target_sdk = %s, update_server = %s" % (target_sdk, destination))
43 logger.error("Specified SDK %s doesn't exist" % target_sdk)
46 logger.error("%s is a directory - expected path to SDK installer file" % target_sdk)
59 logger.debug("Making sure the destination directory exists")
66 logger.error("Making directory %s on %s failed" % (destdir, host))
70 logger.info("Copying the SDK to destination")
82 logger.error("scp %s %s failed" % (target_sdk, destination))
86 logger.info("Unpacking SDK")
91 logger.info('Successfully unpacked %s to %s' % (dest_sdk, destination))
94 logger.error('Failed to unpack %s to %s' % (dest_sdk, destination))
103 logger.info('Successfully unpacked %s to %s' % (dest_sdk, destdir))
105 logger.error('Failed to unpack %s to %s' % (dest_sdk, destdir))
115 logger.info('SDK published successfully')
117 logger.error('Failed to set up layer git repo')
135 logger.setLevel(logging.DEBUG)
137 logger.setLevel(logging.ERROR)