feat: Enhance logging configuration with support for multiple log files and formats; improve CLI help output

This commit is contained in:
Илья Глазунов
2025-09-02 15:27:20 +03:00
parent 79c8f127ca
commit fb38853427
10 changed files with 584 additions and 72 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
"""
PyServe - HTTP веб-сервер с функционалом nginx
PyServe - HTTP web server written on Python
"""
__version__ = "0.6.0"
__author__ = "Илья Глазунов"
__author__ = "Ilya Glazunov"
from .server import PyServeServer
from .config import Config