уровень debug в trace

This commit is contained in:
2026-03-07 18:14:47 +03:00
parent 93e9f4c37e
commit 79b0e72abb
4 changed files with 23 additions and 7 deletions

View File

@@ -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: