Add log time ranges and filter

This commit is contained in:
2026-02-07 22:43:35 +03:00
parent 86fe88e464
commit 23fa70f15c
3 changed files with 111 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
from typing import Dict
DOCKER_MAP: Dict[str, str] = {}
LOG_FILTER_PENDING: Dict[int, dict] = {}