Skip to content

Commit

Permalink
updated the Meshkit error docs
Browse files Browse the repository at this point in the history
Signed-off-by: Aviral0702 <aviral.asthana0704@gmail.com>
  • Loading branch information
Aviral0702 committed Jun 18, 2024
1 parent 8f4146c commit fe98fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/project/contributing/contributing-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ var (
func main() {
log, err := logger.New("test", logger.Options{
Format: logger.SyslogLogFormat,
DebugLevel: true,
LogLevel: logLevel,
})
if err != nil {
logrus.Error(err)
fmt.Println(err)
os.Exit(1)
}

Expand Down

0 comments on commit fe98fb3

Please sign in to comment.