Implement logging handler for development environment #52
Labels
C-Chore
Issues related to quality-of-life improvements
Sprint-Future
Issues that will be worked on sometime in the future
Description
Sometimes we use console logs that are useful for debugging in development, but shouldn't be present in production. We should implement a simple wrapper to conditionally log content depending on the environment.
Requirements/Expected Behavior
Implement a logger that outputs messages to the console only in development mode.
The implementation should be simple. Something like this will do:
The text was updated successfully, but these errors were encountered: