golden hour
/opt/saltstack/salt/lib/python3.10/site-packages/salt/_logging/__pycache__
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.cpython-310.pyc
1.77 KB
Del
OK
handlers.cpython-310.pyc
8.52 KB
Del
OK
impl.cpython-310.pyc
20.33 KB
Del
OK
mixins.cpython-310.pyc
4.11 KB
Del
OK
Edit: handlers.cpython-310.pyc
o �xe+ � @ s$ d Z ddlZddlZddlZddlZddlZddlmZ ddl m Z ddlmZ e� e�ZG dd� dej�ZG dd � d e ej�ZG d d� de�ZG dd � d e ej�ZG dd� de ejj�ZG dd� de ejj�ZG dd� de ejj�Zejdk r�G dd� de ejj�ZdS G dd� de ejj�ZdS )zT salt._logging.handlers ~~~~~~~~~~~~~~~~~~~~~~ Salt's logging handlers � N)�deque)�ExcInfoOnLogLevelFormatMixin)�warn_until_datec s: e Zd ZdZejdf� fdd� Zdd� Zd dd �Z� Z S )�TemporaryLoggingHandlera This logging handler will store all the log records up to its maximum queue size at which stage the first messages stored will be dropped. Should only be used as a temporary logging handler, while the logging system is not fully configured. Once configured, pass any logging handlers that should have received the initial log messages to the function :func:`TemporaryLoggingHandler.sync_with_handlers` and all stored log records will be dispatched to the provided handlers. .. versionadded:: 0.17.0 �'