Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit c465c4a

Browse files
Merge pull request #6 from kops-dev/gofr-v1.14.0
remove fatal log
2 parents c3cceae + 2898fdc commit c465c4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func main() {
2424
})
2525

2626
app.GET("/fatal", func(c *gofr.Context) (interface{}, error) {
27-
c.Logger.Fatal("sample warn log")
27+
c.Logger.Error("sample warn log")
2828

2929
return nil, nil
3030
})

0 commit comments

Comments
 (0)