devdanzin / fusil

Fusil is a multi-agent Python library used to write fuzzing programs
GNU General Public License v2.0
10 stars 1 forks source link

`stdout` begins with lots of logging errors #36

Closed devdanzin closed 10 hours ago

devdanzin commented 11 hours ago

Currently the stdout file begins with many lines like:

--- Logging error ---
--- Logging error ---

Could be related to #34.

devdanzin commented 10 hours ago

Seems to have solved itself after a dummy edit to cpython/Lib/logging/__init__.py, so I'm guessing it was some kind of caching error. Will reopen if the issue reappears.