refactor(logging): set log level to INFO

This commit is contained in:
2026-08-02 00:57:55 +05:00
parent 6bf78fe168
commit c96a335352
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ async def main():
if __name__ == "__main__":
logging.basicConfig(
level=logging.DEBUG,
level=logging.INFO,
format="%(asctime)s | %(levelname)-7s | %(name)-20s | %(message)s",
datefmt="%H:%M:%S",
handlers=[logging.StreamHandler()],
-1
View File
@@ -25,5 +25,4 @@ pip install -r requirements.txt
cls
# Запуск бота
Write-Host "[INFO] Запуск бота..." -ForegroundColor Green
python main.py