Skip to content

Commit

Permalink
[developers] Neutralize gender (#1068)
Browse files Browse the repository at this point in the history
Signed-off-by: Hilbrand Bouwkamp <[email protected]>
  • Loading branch information
Hilbrand authored and Confectrician committed Oct 28, 2019
1 parent 8b81ff9 commit be0577c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developers/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ It should be up to the user to increase the logging level for specific bundles,
This means in detail:

* `error` logging should only be used
- to inform the user that something is tremendously wrong in his setup, the system cannot function normally anymore, and there is a need for immediate action.
- to inform the user that something is tremendously wrong in the setup, the system cannot function normally anymore, and there is a need for immediate action.
- in case some code fails irrecoverably and the user should report it as a severe bug.

* `warn` logging should only be used
- to inform the user that something seems to be wrong in his overall setup, but the system can nonetheless function as normal,
- to inform the user that something seems to be wrong in the overall setup, but the system can nonetheless function as normal,
- in recoverable situations when a section of code that is not accessed under normal operating conditions is reached.

* `info` logging should be used sparsely.
Expand Down

0 comments on commit be0577c

Please sign in to comment.