-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Go Docs] Update Documentation (#57)
* Go Docs [Package] [Configuration] Update Documentation - [+] refactor(configuration/docs.go): update documentation for LoadTasks function and remove outdated information * Go Docs [Package] [Navigator] Update Documentation - [+] docs(navigator): update package documentation in docs.go - Update package description to emphasize tailored logging capabilities for K8sBlackPearl project - Mention the use of uber-go/zap library for high-performance, leveled logging - Highlight the enhancement of log messages with emojis for visual distinction - Specify support for structured logging with zap.Field parameters - Clarify the availability of a package-level Logger variable that needs to be set using SetLogger - Explain the default behavior of printing error messages to standard output if Logger is not set - Provide examples of using LogInfoWithEmoji and LogErrorWithEmoji functions for logging - Describe the CreateLogFields helper function for generating zap.Field parameters - Emphasize the importance of invoking SetLogger before logging to avoid nil pointer dereferences - Mention the optional use of emoji strings for visual enhancement in log messages - [+] Note: The copyright year and author information remain unchanged.
- Loading branch information
1 parent
6029bae
commit 228218a
Showing
2 changed files
with
22 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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