astrocats
astrocats copied to clipboard
Improve logging levels and logging file
Currently its not feasible to store an entire run to a log (using the --log
argument) because the file reaches multiple GBs. I think the default --log
mode should write info
level and above to log (instead of debug
--- which it currently does). A log should also be created during run by default? When passing the --debug
argument, both the stream and log should be debug
level.