Home
last modified time | relevance | path

Searched refs:_LOGGER (Results 1 – 18 of 18) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dserver.py30 _LOGGER = logging.getLogger(__name__) variable
57 _LOGGER.info('Server serving.')
62 _LOGGER.info('Caught exception "%s"; stopping server...', e)
64 _LOGGER.info('Server stopped; exiting.')
/external/python/oauth2client/oauth2client/contrib/
D_appengine_ndb.py35 _LOGGER = logging.getLogger(__name__) variable
77 _LOGGER.info('validate: Got type %s', type(value))
105 _LOGGER.info('validate: Got type %s', type(value))
/external/grpc-grpc/src/python/grpcio/grpc/
D_common.py24 _LOGGER = logging.getLogger(__name__) variable
79 _LOGGER.exception('Invalid encoding on %s', b)
90 _LOGGER.exception(exception_message)
D_plugin_wrapping.py24 _LOGGER = logging.getLogger(__name__) variable
82 _LOGGER.exception(
D_server.py31 _LOGGER = logging.getLogger(__name__) variable
285 _LOGGER.error(
398 _LOGGER.exception(details)
416 _LOGGER.exception(details)
625 _LOGGER.exception(details)
D_channel.py28 _LOGGER = logging.getLogger(__name__) variable
200 _LOGGER.exception(details)
/external/python/oauth2client/oauth2client/
Dtransport.py24 _LOGGER = logging.getLogger(__name__) variable
151 _LOGGER.info('Attempting refresh to obtain '
177 _LOGGER.info('Refreshing due to a %s (attempt %s/%s)',
/external/grpc-grpc/src/python/grpcio/grpc/framework/foundation/
Dcallable_util.py25 _LOGGER = logging.getLogger(__name__) variable
59 _LOGGER.exception(message)
Dlogging_pool.py21 _LOGGER = logging.getLogger(__name__) variable
31 _LOGGER.exception(
Dstream_util.py23 _LOGGER = logging.getLogger(__name__) variable
108 _LOGGER.exception(e)
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_rpc.py22 _LOGGER = logging.getLogger(__name__) variable
53 _LOGGER.exception('Exception calling server-side callback!')
92 _LOGGER.exception('Exception calling application!')
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc_string.pyx.pxi18 _LOGGER = logging.getLogger(__name__) variable
54 _LOGGER.exception('Invalid encoding on %s', bytestring)
Dfork_posix.pyx.pxi20 _LOGGER = logging.getLogger(__name__) variable
46 _LOGGER.error(
76 _LOGGER.error('Failed to shutdown gRPC Core after fork()')
Dcredentials.pyx.pxi308 _LOGGER.exception('Error fetching certificate config')
314 _LOGGER.error(
Dserver.pyx.pxi22 _LOGGER = logging.getLogger(__name__) variable
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D_time.py25 _LOGGER = logging.getLogger(__name__) variable
33 _LOGGER.exception('Exception calling behavior "%r"!', behavior)
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py22 _LOGGER = logging.getLogger(__name__) variable
253 _LOGGER.exception(details)
/external/grpc-grpc/src/python/grpcio_tests/tests/fork/
Dmethods.py32 _LOGGER = logging.getLogger(__name__) variable
418 _LOGGER.info("Running %s", self)