-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
feat: start using dev mode flag and add exception filter in logger #3260
Conversation
… for improved logging setup flexibility
…associated validator for enhanced configuration management
…log configuration settings
… setting development state
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 09 Aug 24 12:08 UTC |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
…pe instead of Flow object type
…ents, ensuring proper graph cloning functionality
… of inputs and configuration attributes
…s-compatible private attributes retrieval
…splay types of returned objects for better debugging
…s definition for cleaner code structure
…g_extensions for better type hinting support
This pull request adds a new settings module with a development mode flag and helper functions for setting the development state. It also enhances the logger module with development mode handling and a TypedDict for log configuration settings. The Settings class is updated to include the development mode flag and an associated validator for enhanced configuration management. Additionally, a logging init module is created for improved logger configuration and management. The logger import path is updated to align with recent module restructuring, and the logger module is reorganized. A setup.py file is added for logging configuration.