Lines Matching full:logging
32 import logging
142 #logging.info('==========================EXCEPTION: NO LANG COOKIE FOUND, USING [%s]', langName)
143 logging.info('==========================REQ INIT name [%s] langName [%s] resetLangCookie [%s]', reqUri, langName, resetLangCookie)
154 logging.info(' Content URI is [%s]...', contentUri)
161 # logging.info(' Handling a MISMATCHED intl request')
166 #logging.info('INTL PREP resetting langName to urlLangName [%s]', langName)
168 # logging.info('INTL PREP no need to reset langName')
191 # logging.info(' Request being handled as clean: [%s]', name)
204 # logging.info(' Handling an invalid intl request...')
242 logging.info('Redirect cache miss. Computing new redirect data.\n'
258 logging.info('Sending permanent redirect: ' + contentUri);
262 logging.info('Sending temporary redirect: ' + contentUri);
267 logging.error('Invalid redirect type: %s', redirectType)
291 logging.warning('Error opening redirect file (' + self.REDIRECT_FILE +
303 logging.warning('Redirect file (' + self.REDIRECT_FILE + ') not valid '
306 logging.warning('Redirect file (' + self.REDIRECT_FILE + ') not '
319 logging.info('Redirect rule matched.\n'
347 # logging.info(' >>>> isCleanUrl name [%s] langName [%s] isValidIntl [%s]', name, langName, isValidIntl)
378 # logging.info('--->PREPROCESSING REDIRECT [%s] to [%s] with langName [%s]', name, uri, langName)
403 logging.info('-->REDIRECTING %s to %s', name, uri)
437 logging.info('PROCESSING %s langName [%s] isValidIntl [%s] resetLang [%s]',
441 logging.info(' Cache miss for %s', name)
452 #logging.info(' Retrying with base uri...')
455 logging.info(' Adding %s to negative cache, serving 404', name)
465 logging.info('FOUND CLEAN')
467 logging.info(' Resetting android_developer_pref_lang cookie to [%s]',
478 #logging.info(' Adding [Vary: Cookie] to response...')
546 logging.info('%s read from %s', file_path, archive_name)
576 logging.error('Can\'t open zipfile %s, cause: %s' % (zipfilename,
709 logging.warning('Data size too large to cache\n%s' % err)