Implement better logging
HenryNguyen5 opened this issue · 0 comments
HenryNguyen5 commented
Currently logging is either all or nothing via the utils/logger
file. It would be better if we can get finer grained control over which statements are logged, and to also include the file/function names of where the logger is being called from.