Lines Matching full:logging
33 import logging
143 #logging.info('==========================EXCEPTION: NO LANG COOKIE FOUND, USING [%s]', langName)
144 logging.info('==========================REQ INIT name [%s] langName [%s] resetLangCookie [%s]', reqUri, langName, resetLangCookie)
155 logging.info(' Content URI is [%s]...', contentUri)
162 # logging.info(' Handling a MISMATCHED intl request')
167 #logging.info('INTL PREP resetting langName to urlLangName [%s]', langName)
169 # logging.info('INTL PREP no need to reset langName')
192 # logging.info(' Request being handled as clean: [%s]', name)
205 # logging.info(' Handling an invalid intl request...')
243 logging.info('Redirect cache miss. Computing new redirect data.\n'
259 logging.info('Sending permanent redirect: ' + contentUri);
263 logging.info('Sending temporary redirect: ' + contentUri);
268 logging.error('Invalid redirect type: %s', redirectType)
292 logging.warning('Error opening redirect file (' + self.REDIRECT_FILE +
304 logging.warning('Redirect file (' + self.REDIRECT_FILE + ') not valid '
307 logging.warning('Redirect file (' + self.REDIRECT_FILE + ') not '
320 logging.info('Redirect rule matched.\n'
348 # logging.info(' >>>> isCleanUrl name [%s] langName [%s] isValidIntl [%s]', name, langName, isValidIntl)
379 # logging.info('--->PREPROCESSING REDIRECT [%s] to [%s] with langName [%s]', name, uri, langName)
404 logging.info('-->REDIRECTING %s to %s', name, uri)
438 logging.info('PROCESSING %s langName [%s] isValidIntl [%s] resetLang [%s]',
442 logging.info(' Cache miss for %s', name)
453 #logging.info(' Retrying with base uri...')
456 logging.info(' Adding %s to negative cache, serving 404', name)
466 logging.info('FOUND CLEAN')
468 logging.info(' Resetting android_developer_pref_lang cookie to [%s]',
479 #logging.info(' Adding [Vary: Cookie] to response...')
551 logging.info('%s read from %s', file_path, archive_name)
581 logging.error('Can\'t open zipfile %s, cause: %s' % (zipfilename,
714 logging.warning('Data size too large to cache\n%s' % err)