Download Latest Version 0.7.3 source code.tar.gz (459.1 kB)
Email in envelope

Get an email when there's a new version of Loguru

Home / 0.6.0
Name Modified Size InfoDownloads / Week
Parent folder
0.6.0 source code.tar.gz 2022-01-29 417.7 kB
0.6.0 source code.zip 2022-01-29 508.6 kB
README.md 2022-01-29 790 Bytes
Totals: 3 Items   927.1 kB 0
  • Remove internal use of pickle.loads() considered as a security vulnerability referenced as CVE-2022-0329 (#563).
  • Modify coroutine sink to make it discard log messages when loop=None and no event loop is running (due to internally using asyncio.get_running_loop() in place of asyncio.get_event_loop()).
  • Remove the possibility to add a coroutine sink with enqueue=True if loop=None and no event loop is running.
  • Change default encoding of file sink to be utf8 instead of locale.getpreferredencoding() (#339).
  • Prevent non-ascii characters to be escaped while logging JSON message with serialize=True (#575, thanks @ponponon).
  • Fix flake8 errors and improve code readability (#353, thanks @AndrewYakimets).
Source: README.md, updated 2022-01-29