Skip to content

Commit

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

* bump up version
  • Loading branch information
Ashutosh619-sudo authored Oct 14, 2024
1 parent 71f918a commit f1a84c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions fyle_xero_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@
"handlers": ["debug_logs"],
"propagate": True
},
'xerosdk.apis.api_base': {
'handlers': ['console'],
'level': 'INFO',
'propagate': True
},
},
}

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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.38.4
fyle-rest-auth==1.7.2
Expand All @@ -41,7 +41,7 @@ Unidecode==1.1.2
urllib3==1.26.11
wcwidth==0.1.8
wrapt==1.12.1
xerosdk==0.14.1
xerosdk==0.14.2
pytest==7.1.2
pytest-cov==3.0.0
pytest-django==4.5.2
Expand Down

0 comments on commit f1a84c8

Please sign in to comment.