Skip to content

Commit

Permalink
remove mention of nonexistent Fatal() from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Jan 22, 2024
1 parent b8193c5 commit 2ce5533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-docs/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Further we try to adhere to the following guidelines:
* `Info()` for general information.
* `Warn()` for information that may indicate unwanted behavior, but is not an application error. Commonly used by retry loops.
* `Error()` to log information about any errors that occurred.
* `Fatal()` to log information about any errors that occurred and then exit the program. Should only be used in the main package of an application.

* Loggers passed to subpackages of an application may use the `WithGroup()` method for better understanding of where a message originated.

Expand Down

0 comments on commit 2ce5533

Please sign in to comment.