Skip to content
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

file based logging #598

Merged
merged 8 commits into from
Oct 29, 2024
Merged

Conversation

sarob
Copy link
Collaborator

@sarob sarob commented Oct 25, 2024

for tracing how well the suitability code is working
src/utils.py Outdated Show resolved Hide resolved
@surapuramakhil
Copy link
Contributor

when logging is concerned - we need to have module-based logging. As of now we used same logger entire code base, as the result we can't set log level at module levels which increases debugging time and other lot of impacts.

- more log file mgmt
@surapuramakhil
Copy link
Contributor

Hi @sarob can you separate logging from utils.py. like having logging.py which can take care of configuring and managing logger

Copy link
Contributor

@surapuramakhil surapuramakhil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything is good. Only 1 thing is required. we can move logging configuration from utils.py to separate file logging.py

@surapuramakhil surapuramakhil changed the base branch from main to release/v11.01.2024 October 27, 2024 03:02
@sarob
Copy link
Collaborator Author

sarob commented Oct 27, 2024 via email

@sarob
Copy link
Collaborator Author

sarob commented Oct 27, 2024

I need @feder-cr to resolve the conflict while repo rights and roles are being worked out.

I have the suggested changes to move log functions to logging.py ready to push.

@sarob sarob requested a review from surapuramakhil October 27, 2024 18:47
sarob added 4 commits October 27, 2024 12:19
- updates tests and code to use src/logging
- exclude log files
for tracing how well the suitability code is working
- more log file mgmt
- updates tests and code to use src/logging
- exclude log files
@sarob
Copy link
Collaborator Author

sarob commented Oct 27, 2024

tests pass and double checked functionality

@feder-cr feder-cr merged commit e0a31e0 into feder-cr:release/v11.01.2024 Oct 29, 2024
1 check passed
HuseynA28 pushed a commit to HuseynA28/Auto_Applier that referenced this pull request Nov 11, 2024
DanielT504 pushed a commit to DanielT504/Auto_Jobs_Applier_AI_Agent that referenced this pull request Dec 21, 2024
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

Successfully merging this pull request may close these issues.

3 participants