File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/libcloud/utils/__pycache__/logging.cpython-310.pyc
Back
o ;j� � @ s$ d dl Z dgZG dd� de j�ZdS )� N�ExtraLogFormatterc @ s e Zd ZdZdd� Zdd� ZdS )r z� Custom log formatter which attaches all the attributes from the "extra" dictionary which start with an underscore to the end of the log message. For example: extra={'_id': 'user-1', '_path': '/foo/bar'} c C s<