-
Notifications
You must be signed in to change notification settings - Fork 5
[DeepNext] Resolve issue #165: Make logging by default on INFO level #180
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
base: develop
Are you sure you want to change the base?
Conversation
🚧 DeepNext status update🚀 DeepNext is onto it! Hold on... |
🚧 DeepNext status updateReasoning (for context only)Action PlanWhat do you think about the action plan below? How to respond?👌 To ACCEPT the action plan, respond with: ✏️ To REQUEST CHANGES to the action plan, talk to DeepNext following the message format: 🟢 Step finished. Waiting for your response...
|
|
@deepnext |
🚧 DeepNext status updateReasoning (for context only)Action PlanWhat do you think about the action plan below? How to respond?👌 To ACCEPT the action plan, respond with: ✏️ To REQUEST CHANGES to the action plan, talk to DeepNext following the message format: 🟢 Step finished. Waiting for your response...
|
|
@deepnext |
…y default on INFO level
🚧 DeepNext status update💾 Action plan successfully implemented. 🟢 Step finished.
🎉 Issue solved! See you next time! |
| def setup_logging() -> None: | ||
| """Configures Loguru logging level from LOG_LEVEL env variable (default INFO).""" | ||
| log_level = os.environ.get("LOG_LEVEL", "INFO").upper() | ||
| logger.remove() | ||
| logger.add(sys.stdout, level=log_level) | ||
| logger.debug(f"Loguru logging set to level: {log_level}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change default log level to warning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ DeepNext is applying Your suggestion(s)
🚧 DeepNext status updateFound code review suggestions... applying |
…y default on INFO level
🚧 DeepNext status update('Code review completed. All suggestions applied within 70 seconds.',) |
This is description for the MR created by DeepNext.