Skip to content

Commit ea75be5

Browse files
committed
chore(logger): add oauth2_provider logger config
1 parent 86bc828 commit ea75be5

2 files changed

Lines changed: 14 additions & 10 deletions

File tree

rootfs/api/settings/production.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@
259259
'handlers': ['console'],
260260
'propagate': True,
261261
},
262+
'oauth2_provider': {
263+
'handlers': ['console'],
264+
'propagate': True,
265+
},
262266
}
263267
}
264268
# security keys and auth tokens

rootfs/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Drycc passport requirements
2-
django==4.2.3
3-
pytz==2023.3
4-
django-auth-ldap==4.3.0
5-
django-cors-headers==4.1.0
2+
django==4.2.11
3+
pytz==2024.1
4+
django-auth-ldap==4.6.0
5+
django-cors-headers==4.3.1
66
djangorestframework==3.14.0
7-
gunicorn==20.1.0
8-
uvicorn==0.22.0
7+
gunicorn==21.2.0
8+
uvicorn==0.27.1
99
asgiref==3.7.2
10-
psycopg[binary]==3.1.9
10+
psycopg[binary]==3.1.18
1111
requests==2.31.0
1212
requests-toolbelt==1.0.0
13-
django_redis==5.3.0
14-
dj-database-url==2.0.0
13+
django_redis==5.4.0
14+
dj-database-url==2.1.0
1515
django-oauth-toolkit==2.3.0
16-
whitenoise==6.5.0
16+
whitenoise==6.6.0

0 commit comments

Comments
 (0)