Skip to content

Commit

Permalink
feat: Added loggers in sdk and changed version (#682)
Browse files Browse the repository at this point in the history
* feat: Added loggers in sdk and changed version

* comment resolved

* bump up fyle-rest-auth and fyle platform version
  • Loading branch information
Ashutosh619-sudo authored Oct 13, 2024
1 parent 6de716a commit 2bdd3ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions fyle_qbo_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@
'handlers': ['console'],
'level': 'INFO',
},
'qbosdk.apis.api_base': {
'handlers': ['console'],
'level': 'INFO',
'propagate': True
},
'django.request': {'handlers': ['request_logs'], 'propagate': False},
},
}
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ djangorestframework==3.11.2
django-sendgrid-v5==1.2.0
enum34==1.1.10
future==0.18.2
fyle==0.37.0
fyle==0.37.2
fyle-accounting-mappings==1.34.8
fyle-integrations-platform-connector==1.39.1
fyle-rest-auth==1.7.2
fyle-rest-auth==1.7.3
flake8==4.0.1
gevent==23.9.1
gunicorn==20.1.0
Expand All @@ -35,7 +35,7 @@ psycopg2-binary==2.8.4
pylint==2.7.4
python-dateutil==2.8.1
pytz==2019.3
qbosdk==0.18.0
qbosdk==0.18.1
redis==3.3.11
requests==2.25.0
sentry-sdk==1.19.1
Expand Down

0 comments on commit 2bdd3ed

Please sign in to comment.