| Server IP : 188.114.97.3 / Your IP : 216.73.216.30 Web Server : LiteSpeed System : Linux vmi2710904 5.15.0-144-generic #157-Ubuntu SMP Mon Jun 16 07:33:10 UTC 2025 x86_64 User : rarch5794 ( 1006) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/cloudinit/log/__pycache__/ |
Upload File : |
o
x[h � @ s� d dl Zd dlZd dlZd dlZd dlZd dlZd dlZd dlZd dl Z d dlm
Z
d dlmZ d dl
mZ dZdZejd ZG dd � d ej�Zejdfd
d�Zdd
� Zddd�Zddd�ZG dd� dej�Zdd� Zdd� ZG dd� dej�Zdd� ZdS )� N)�defaultdict)�suppress)�DefaultDictz6%(asctime)s - %(filename)s[%(levelname)s]: %(message)s�# � c @ s e Zd ZdZdd� Zdd� ZdS )�CustomLoggerTypez�A hack to get mypy to stop complaining about custom logging methods.
When using deprecated or trace logging, rather than:
LOG = logging.getLogger(__name__)
Instead do:
LOG = cast(CustomLoggerType, logging.getLogger(__name__))
c O � d S �N� ��self�args�kwargsr
r
�7/usr/lib/python3/dist-packages/cloudinit/log/loggers.py�trace&