Update system_logs.py

This commit is contained in:
Egor
2025-09-30 04:34:09 +03:00
committed by GitHub
parent 954c96ed16
commit a8215ddec5

View File

@@ -13,7 +13,7 @@ from app.utils.decorators import admin_required, error_handler
logger = logging.getLogger(__name__)
LOG_PREVIEW_LIMIT = 1500
LOG_PREVIEW_LIMIT = 2300
def _resolve_log_path() -> Path: