astrocatalogs / astrocats

Astrocats package for constructing astronomical catalogs
https://astrocats.space
MIT License
40 stars 12 forks source link

Improve logging levels and logging file #73

Open lzkelley opened 8 years ago

lzkelley commented 8 years ago

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.