Skip to content

Commit

Permalink
Revert "feat: Added loggers in sdk and changed version (#398)"
Browse files Browse the repository at this point in the history
This reverts commit 6d289f8.
  • Loading branch information
Ashutosh619-sudo committed Oct 15, 2024
1 parent bb6abff commit bf4f570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions fyle_xero_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,6 @@
"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.2
fyle==0.37.0
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.2
xerosdk==0.14.1
pytest==7.1.2
pytest-cov==3.0.0
pytest-django==4.5.2
Expand Down

0 comments on commit bf4f570

Please sign in to comment.