UCBerkeleySETI / hyperseti

A SETI / technosignature search code to find intelligent life beyond Earth
https://hyperseti.readthedocs.io
10 stars 4 forks source link

Enhancement: Reduce default logging volume #65

Closed texadactyl closed 2 years ago

texadactyl commented 2 years ago

Some of the modules are logging debug information as "info". If those messages are required for a particular run, the operator can always employ the --debug_list parameter for specific modules.

The logger names are now consistently the Python source file name.

Logging calls now include the name of the function where they appear for easier tracking.