-
Notifications
You must be signed in to change notification settings - Fork 159
Redesigned core functionality, New log level and Improved health check mechanisms #57
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…UDPLoop and commonUDPOnce
…and commonUDPOnce
…n TCP and UDP loops
…hake for improved timeout handling
…eflect the addition of 'none' level
…levels and pool capacity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces updates to the NodePass project, focusing on improving logging capabilities, enhancing documentation, updating dependencies, and refining core functionality. Key changes include the addition of new log levels, updates to default connection pool capacities, and improvements to health check mechanisms.
Logging Enhancements:
none(disables logging) andevent(logs specific events), to theinitLogLevelfunction incmd/nodepass/main.go. [1] [2]docs/en/configuration.md,docs/en/usage.md) and Chinese (docs/zh/configuration.md,docs/zh/usage.md). [1] [2] [3] [4]Documentation Improvements:
docs/en/configuration.md) and Chinese (docs/zh/configuration.md). [1] [2]docs/zh/api.md) with additional details on RESTful API endpoints, authentication, and instance data structures. [1] [2] [3]Core Functionality Updates:
initContexttoinitBackgroundininternal/common.gofor better initialization logic and added error channel handling.internal/common.goby introducing PING signals and resetting connection pool errors. [1] [2]commonOnceandcommonQueuewith a unifiedcommonControlmethod for streamlined signal handling and health checks.Dependency Updates:
conn,logs, andpooldependencies ingo.modto ensure compatibility with the latest features.connpackage import tointernal/client.goand utilizedTimeoutReaderfor improved TCP connection handling. [1] [2]Configuration Changes:
internal/common.go,docs/en/configuration.md,docs/en/usage.md,docs/zh/configuration.md,docs/zh/usage.md). [1] [2] [3] [4] [5]