Your IP : 216.73.216.99


Current Path : /usr/lib/python3/dist-packages/uaclient/__pycache__/
Upload File :
Current File : //usr/lib/python3/dist-packages/uaclient/__pycache__/log.cpython-38.pyc

U

8�-d��@s`ddlZddlZddlmZddlmZmZddlmZGdd�dej	�Z
Gdd�dej�ZdS)	�N)�OrderedDict)�Any�Dict)�utilc@s eZdZdZejd�dd�ZdS)�RedactionFilterz,A logging filter to redact confidential info)�recordcCst�t|j��|_dS)NT)rZredact_sensitive_logs�str�msg)�selfr�r�./usr/lib/python3/dist-packages/uaclient/log.py�filterszRedactionFilter.filterN)�__name__�
__module__�__qualname__�__doc__�logging�	LogRecordr
rrrrr	src@s.eZdZdZdZdZdZeje	d�dd�Z
dS)	�JsonArrayFormatterzYJson Array Formatter for our logging mechanism
    Custom made for Pro logging needs
    z%Y-%m-%dT%H:%M:%Sz%s.%03d)�asctimeZ	levelname�nameZfuncName�lineno�message)r�returncCs�|��|_|�|�|_i}|jr0|�|j�|d<|�d�sJ|jrJ|j|d<|jr`|�	|j�|d<|j
�d�}|r�t|t�r�|�
|�t�}|jD]}|j
�|�}|||<q�||d<t�t|����S)N�exc_info�
stack_info�extra)Z
getMessagerZ
formatTimerrZformatException�getZexc_textrZformatStack�__dict__�
isinstance�dict�updater�required_fields�json�dumps�list�values)r
rZextra_message_dictrZlocal_log_recordZfield�valuerrr�format!s,
�
�


zJsonArrayFormatter.formatN)rrrrZdefault_time_formatZdefault_msec_formatr"rrrr(rrrrrs
	r)
r#r�collectionsr�typingrrZuaclientrZFilterrZ	Formatterrrrrr�<module>s