уровень debug в trace
This commit is contained in:
@@ -6,7 +6,7 @@ from datetime import datetime, timezone
|
||||
from typing import Any, Literal, Protocol
|
||||
|
||||
|
||||
TraceLevel = Literal["INFO", "WARNING", "ERROR"]
|
||||
TraceLevel = Literal["DEBUG", "INFO", "WARNING", "ERROR"]
|
||||
|
||||
|
||||
def utc_now() -> datetime:
|
||||
|
||||
Reference in New Issue
Block a user