Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 315 Bytes

debug_mode.rst

File metadata and controls

11 lines (8 loc) · 315 Bytes

Asyncio Debug Mode

  • Set the environment variable: PYTHONASYNCIODEBUG=1
  • Configure Python logging: logging.basicConfig(level=logging.ERROR)

See also: Debug mode of asyncio (ref doc).