o
    !h                     @   sV   d dl Z d dlmZ d dlmZ d dlmZ de jfdeedf deddfdd	Z	dS )
    N)Union)Console)RichHandlerterminal_widthlevelreturnc                 C   s^   t d}| rt| dnd }tddddd|d}|t d || || d|_d S )Nfastapi_cli)widthFT)	show_timerich_tracebackstracebacks_show_localsmarkup	show_pathconsolez%(message)s)	logging	getLoggerr   r   setFormatter	Formatter
addHandlersetLevel	propagate)r   r   loggerr   rich_handler r   U/var/www/html/pro-man-master/venv/lib/python3.10/site-packages/fastapi_cli/logging.pysetup_logging   s   



r   )
r   typingr   rich.consoler   rich.loggingr   INFOintr   r   r   r   r   <module>   s    
