Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/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&