Skip to content

Commit

Permalink
chore: decrease logging verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Jan 24, 2025
1 parent 5c501a9 commit c1c2314
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
from url_params import encode_url_params

logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(message)s")
logging.getLogger("apscheduler").setLevel(logging.WARN)
logging.getLogger("httpx").setLevel(logging.WARN)


def db_session(context: ContextTypes.DEFAULT_TYPE) -> AsyncSession:
Expand Down

0 comments on commit c1c2314

Please sign in to comment.