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

[Go Docs] Update Documentation #57

Merged
merged 2 commits into from
Dec 30, 2023
Merged

[Go Docs] Update Documentation #57

merged 2 commits into from
Dec 30, 2023

Conversation

H0llyW00dzZ
Copy link
Owner

No description provided.

- [+] refactor(configuration/docs.go): update documentation for LoadTasks function and remove outdated information
- [+] 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.
@H0llyW00dzZ H0llyW00dzZ marked this pull request as ready for review December 30, 2023 23:38
@H0llyW00dzZ H0llyW00dzZ merged commit 228218a into master Dec 30, 2023
2 checks passed
@H0llyW00dzZ H0llyW00dzZ deleted the godocs branch December 30, 2023 23:38
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.

1 participant