logging_level/ fix subgroup migrations and more

This commit is contained in:
Vladless
2025-10-12 20:59:18 +03:00
parent 50c73821a6
commit 8d80360615
28 changed files with 462 additions and 281 deletions
+2 -2
View File
@@ -63,7 +63,7 @@ def _get_git_commit_number_uncached() -> str:
)
if local_hash == remote_hash:
logger.info("[Git] Локальная версия актуальна")
logger.debug("[Git] Локальная версия актуальна")
return "\n(Актуальная версия)"
return (
@@ -92,4 +92,4 @@ def get_git_commit_number() -> str:
def get_version() -> str:
return f"v.5-b300932 {get_git_commit_number()}"
return f"v.5-preRelease {get_git_commit_number()}"