관리-도구
편집 파일: logging.cpython-311.pyc
� �;�:9�� �x � d dl mZ d dlZd dlZd dlmZ d dlmZmZm Z m Z d dlmZ d dl mZ d dlmZ erd dlmZ d d lmZ d d lmZ d dlmZ ej Zej Z eg d�� � Zd � Z G d� de� � Zd� Zd� Zd� Z e!d� � Z"d� Z# G d� dej$ e%� � Z&e&Z' G d� dej$ e%� � Z(dS )� )�absolute_importN)�Hub)� to_string�event_from_exception�current_stacktrace�capture_internal_exceptions)�Integration)� iteritems)�MYPY)� LogRecord)�Any)�Dict)�Optional)zsentry_sdk.errorszurllib3.connectionpoolzurllib3.connectionc �: � t � | � � dS )a| This disables recording (both in breadcrumbs and as events) calls to a logger of a specific name. Among other uses, many of our integrations use this to prevent their actions being recorded as breadcrumbs. Exposed to users as a way to quiet spammy loggers. :param name: The name of the logger to ignore (same string you would pass to ``logging.getLogger``). N)�_IGNORED_LOGGERS�add)�names �/builddir/build/BUILD/imunify360-venv-2.5.2/opt/imunify360/venv/lib/python3.11/site-packages/sentry_sdk/integrations/logging.py� ignore_loggerr &