Skip to content

Настроить логирование и обработку исключений #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
cyberc001 opened this issue May 12, 2025 · 0 comments

Comments

@cyberc001
Copy link
Collaborator

В utils.py сделать логирование через модуль logger (как в interface_wrapper.py), вместо того, что там присутствует сейчас:
https://github.com/moevm/github_repo_commitment_calc/blob/287f1df05184471546e6b5e04f059dad911eefdf/utils.py#L34C1-L49C13

Заменить все вызовы print() в проекте на вызовы логгера.
При обработке исключений перед вызовом exit() (если он есть) выводить в stderr трассировку стека.

@cyberc001 cyberc001 added this to the Итерация 4 milestone May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant