Python logging package doesn't seem to be functional in turboSETI executable
Closed this issue · 1 comments
texadactyl commented
I have no idea why console messages at any level (INFO, ERROR, etc.) do not appear.
texadactyl commented
Found the culprit in seti_event.py:
import logging
logging.disable(logging.CRITICAL)
This caused logging at all levels to be disabled throughout turbo_seti.
If one wants to disable logging for a particular run, the correct method is to add a new -quiet
option in seti_event.py. If there is interest in q quiet option, please write up a new issue.