Skip to content

Commit

Permalink
feat: Added loggers in sdk and changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Oct 11, 2024
1 parent 7cdfe7e commit 12b4ff0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions fyle_xero_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@
"handlers": ["debug_logs"],
"propagate": True
},
'xerosdk.apis.api_base': {
'handlers': ['console'],
'level': 'INFO',
'propagate': True
},
},
}

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 12b4ff0

Please sign in to comment.