- Receives logs via REST API
- Logs can be searched, filtered analysed.
- Celery tasks to
- Purge old logs
- Issue alert summary emails if the number of logs exceeds the threshold for a given period
docker compose up
- Application served at http://0.0.0.0:8000/admin/logs/exceptionlog/
- Username:
testuser@lumberjacklogs.com
- Password:
password
cd backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py populate_database
python manage.py runserver
- Application served at http://0.0.0.0:8000/admin/logs/exceptionlog/
- Username:
testuser@lumberjacklogs.com
- Password:
password
Log List
Log Detail
Surge Alert Email