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

Updated Meshkit logger docs #11202

Merged
merged 11 commits into from
Jul 1, 2024
2 changes: 1 addition & 1 deletion docs/pages/project/contributing/contributing-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ var (
func main() {
log, err := logger.New("test", logger.Options{
Copy link
Contributor

@singh1203 singh1203 Jun 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aviral0702 You can take a look to this example set the logLevel from here

Format: logger.SyslogLogFormat,
DebugLevel: true,
LogLevel: logLevel,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maintain the indentation

})
if err != nil {
fmt.Println(err)
Expand Down
Loading