Open jla-gardner opened 3 months ago
In several places, we "log" using the following: print("[log] ...") - let's use the logging package for doing this! This also gives us the option to to specify debug, info, warning and error logs 😄
print("[log] ...")
logging
Great suggestions! Logging has been used now.😁
Partially implemented in #84 - more work required to extend this to all of autoplex.
autoplex
In several places, we "log" using the following:
print("[log] ...")
- let's use thelogging
package for doing this! This also gives us the option to to specify debug, info, warning and error logs 😄