Skip to content

Commit

Permalink
set the logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
jluebeck committed Sep 6, 2023
1 parent 93430ae commit d63e7d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# AmpliconRepository

#### Authors: Forrest Kim, Jens Luebeck, Ted Liefeld, Edwin Huang, Gino Prasad, Rohil Ahuja, Rishaan Kenkre, Tushar Agashe, Devika Torvi, Thorin Tabor, Vineet Bafna
#### Authors: Forrest Kim, Jens Luebeck, Ted Liefeld, Edwin Huang, Gino Prasad, Rohil Ahuja, Rishaan Kenkre, Tushar Agashe, Devika Torvi, Madalina Giurgiu, Thorin Tabor, Vineet Bafna

---

This is the main repository for the AmpliconRepository.
Expand Down Expand Up @@ -52,6 +53,7 @@ This is the main repository for the AmpliconRepository.
## 3. Set up MongoDB locally (for development)
- Install MongoDB
- In Ubuntu this can be done with `sudo apt install mongodb-server-core`
- For newer versions of Ubuntu (e.g. 22.04+), follow the instructions here: https://www.fosstechnix.com/how-to-install-mongodb-on-ubuntu-22-04-lts/
- In macOS this can be done with
>`git config --global init.defaultBranch main`
Expand Down
3 changes: 3 additions & 0 deletions caper/caper/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
from django.utils.translation import gettext_lazy as _
import logging

logging.basicConfig(format='%(asctime)s %(levelname)-8s %(message)s',
level=logging.DEBUG, datefmt='%Y-%m-%d %H:%M:%S')

######################
# MEZZANINE SETTINGS #
######################
Expand Down

0 comments on commit d63e7d2

Please sign in to comment.