Skip to content

Make use of logging and better envionment variable naming

yonei requested to merge feat-logging into main
  • Using the logging library instead of print statements
  • Temporarily using uvicorn's logging handler untill a proper one is made
  • Changed the DEBUG environment variable to avoid confusion on what DEBUG actually is, instead now we use the logging.debug log level if needed
  • New HOTRELOAD environment variable controls if arel hotreloading is enabled instead of relying on the DEBUG & ENVIRONMENT environment variable

Merge request reports