You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project hard-codes the log level to INFO. We should refactor the project to pass log configuration throughout the program.
IMO these fields that we're setting should be from config (or if you think that's overkill, then set via CONSTANTS), not set directly in this function. Should load from config or constants and set in this fn.
This project hard-codes the log level to INFO. We should refactor the project to pass log configuration throughout the program.
Originally posted by @anthony-near in #10 (comment)
The text was updated successfully, but these errors were encountered: