Skip to content

Wdfn 635 - Send python web server logs to a file when deployed

Bucknell, Mary S. requested to merge mbucknell/waterdataui:wdfn-635 into main

Before making a pull request

  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately

Description

Code already existing to configure a file loader. Modified it by using a TimedRotatingFileHandler to provide the capability to create daily logs and to automatically remove old files after 30 days

After making a pull request

  • If appropriate, put the link to the PR in the JIRA ticket
  • Assign someone to review unless the change is trivial

Merge request reports